/*!*************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/style/main.scss ***!
  \*************************************************************************************************************************/
@charset "UTF-8";
#loader__container {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #feb900;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.loader {
  --ballcolor: #fff;
  --shadow: 0px 0 #ffffff00;
  --shadowcolor: #ffffff00;
  width: 10px;
  height: 10px;
  left: -120px;
  border-radius: 50%;
  position: relative;
  color: var(--ballcolor);
  animation: shadowRolling 2s linear infinite;
}

.loader__logo {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  opacity: 0;
}

@keyframes showLogo {
  0% {
    transform: translate(-50px, 500px);
    opacity: 0;
  }
  100% {
    transform: translate(-50px, -100px);
    opacity: 1;
  }
}
@keyframes shadowRolling {
  0% {
    box-shadow: var(--shadow), var(--shadow), var(--shadow), var(--shadow);
  }
  12% {
    box-shadow: 100px 0 var(--ballcolor), var(--shadow), var(--shadow), var(--shadow);
  }
  25% {
    box-shadow: 110px 0 var(--ballcolor), 100px 0 var(--ballcolor), var(--shadow), var(--shadow);
  }
  36% {
    box-shadow: 120px 0 var(--ballcolor), 110px 0 var(--ballcolor), 100px 0 var(--ballcolor), var(--shadow);
  }
  50% {
    box-shadow: 130px 0 var(--ballcolor), 120px 0 var(--ballcolor), 110px 0 var(--ballcolor), 100px 0 var(--ballcolor);
  }
  62% {
    box-shadow: 200px 0 var(--shadowcolor), 130px 0 var(--ballcolor), 120px 0 var(--ballcolor), 110px 0 var(--ballcolor);
  }
  75% {
    box-shadow: 200px 0 var(--shadowcolor), 200px 0 var(--shadowcolor), 130px 0 var(--ballcolor), 120px 0 var(--ballcolor);
  }
  87% {
    box-shadow: 200px 0 var(--shadowcolor), 200px 0 var(--shadowcolor), 200px 0 var(--shadowcolor), 130px 0 var(--ballcolor);
  }
  100% {
    box-shadow: 200px 0 var(--shadowcolor), 200px 0 var(--shadowcolor), 200px 0 var(--shadowcolor), 200px 0 var(--shadowcolor);
  }
}
/* color pallete
------------------------------------------------ */
/* Break points
------------------------------------------------ */
/* global
------------------------------------------------ */
body,
input,
button,
textarea {
  font-family: "YekanBakh";
}

section {
  padding: 0;
  margin: 0;
}

#page {
  position: relative;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .container {
    padding: 0 20px;
    transition: 0.5s;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.p_taxonomy__brand,
.p_blog_single {
  margin-top: 50px;
  margin-bottom: 50px;
}

.p_single__product {
  margin-top: 20px;
}

.p_contact_us {
  margin-top: 50px;
}

.p_service {
  margin-bottom: 50px;
}

#breadcrumbs {
  direction: rtl;
  max-width: 1280px;
  margin: auto;
  padding: 0 20px;
}

/* pagination
------------------------------------------------ */
.custom__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
}
.custom__pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid #707070;
  border-radius: 10px;
  transition: 0.7s;
  margin: 10px;
  padding-top: 2px;
}
.custom__pagination .page-numbers:hover {
  background-color: #feb900;
  color: #fff;
  border: 1px solid #feb900;
  transition: 0.7s;
}
.custom__pagination .next,
.custom__pagination .prev {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 30px;
  background-color: #feb900;
  border-radius: 20px;
  color: #fff;
  border: 1px solid #feb900;
}

/* buttons and icons
------------------------------------------------ */
.social_network {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0;
}
.social_network .icon__custom {
  margin-right: 5px;
}

.next_prev__post {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #707070;
  border-radius: 30px;
  padding: 5px 10px;
  cursor: pointer;
  transition: 0.7s;
}
.next_prev__post i {
  font-size: 12px;
  border: 1px solid #feb900;
  border-radius: 100%;
  padding: 3px 5px;
  color: #feb900;
  transition: 0.7s;
}
.next_prev__post a {
  margin: 0 7px;
}
.next_prev__post:hover {
  background-color: #feb900;
  transition: 0.7s;
  border-color: #fff;
}
.next_prev__post:hover i {
  color: #fff;
  border-color: #fff;
  transition: 0.7s;
}

.fa--black {
  color: #000;
  font-size: 12px;
  border: 1px solid #000;
  padding: 6px 8px;
  border-radius: 50%;
  transition: 0.7s;
}
.fa--black:hover {
  background-color: #feb900;
  border-color: #feb900;
  color: #fff;
  transition: 0.7s;
  scale: 0.95;
}

.fa--yellow {
  color: #feb900;
  font-size: 12px;
  border: 1px solid #feb900;
  padding: 6px 8px;
  border-radius: 50%;
  transition: 0.7s;
}
.fa--yellow:hover {
  background-color: #feb900;
  color: #fff;
  transition: 0.7s;
  scale: 0.95;
}

.icon__custom {
  border: 1px solid #707070;
  padding: 7px 8px;
  border-radius: 50%;
  transition: 0.7s;
}
.icon__custom:hover {
  background-color: #feb900;
  border-color: #feb900;
  color: #fff;
  transition: 0.7s;
  scale: 0.95;
}

.scroll__btn {
  cursor: pointer;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 2px solid #feb900;
  border-radius: 100px;
  transition: all 0.5s;
  background: #fff;
  z-index: 2;
}
.scroll__btn.animate {
  animation: 1s ease-in-out 0.5s scroll-btn both;
}
.scroll__btn .yoyo {
  color: #feb900;
  animation: 1s ease-in-out 1s yoyo infinite;
}
.scroll__btn .yoyo-black {
  color: #000;
}
.scroll__btn .yoyo-white {
  color: #fff;
}

.black {
  border: 2px solid #000;
}
.black.animate {
  animation: 1s ease-in-out 0.5s black-animate both;
}

.white {
  border: 2px solid #fff;
}

@keyframes scroll-btn {
  0% {
    height: 40px;
  }
  100% {
    height: 70px;
    background: transparent;
  }
}
@keyframes black-animate {
  0% {
    height: 40px;
  }
  100% {
    height: 70px;
    background: #fff;
  }
}
@keyframes yoyo {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 425px) {
  .scroll__btn {
    display: none;
  }
}
.btn-outline {
  position: relative;
  display: inline-block;
  height: 2em;
  padding: 0 2em;
  border-color: #023646;
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.5s;
}
.btn-outline:hover {
  border-color: #feb900;
  color: #feb900;
  transition: 0.5s;
}
.btn-outline::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 2.25px solid #023646;
  border-color: inherit;
  border-radius: 1.375em;
}
@keyframes cta-fromleft {
  0% {
    height: 0%;
    opacity: 0;
    width: 0;
    margin-top: 0;
    margin-left: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    height: 100%;
    width: 2.75em;
  }
  100% {
    height: 100%;
    opacity: 1;
    width: 100%;
    margin-top: -5px;
  }
}
.btn-outline.from-left.animate:before {
  animation: 1s ease-in-out cta-fromleft both;
}
.btn-outline p {
  opacity: 0;
  transform: translateY(15px);
}

.yellow {
  border: #feb900;
}
.yellow p {
  margin-top: -22px;
  opacity: 0;
  transform: translateY(15px);
}

.btn-outline.animate.yellow p {
  animation: 1s ease-in-out 2s fade-up-footer both;
}

@keyframes fade-up-footer {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.btn-outline.animate.yellow:before {
  animation: 1s ease-in-out 1s cta-fromcenter-big-yellow both;
}

@keyframes cta-fromcenter-big-yellow {
  0% {
    height: 0%;
    opacity: 0;
    width: 0;
    margin-top: 0;
    margin-left: 0;
    left: 50%;
  }
  25% {
    opacity: 1;
  }
  50% {
    height: 100%;
    width: 3.375em;
    margin-top: -1.6875em;
    margin-left: -1.6875em;
    left: 50%;
  }
  100% {
    height: 100%;
    opacity: 1;
    width: 100%;
    margin-top: -1.6875em;
    margin-left: -1.6875em;
    left: 1.6875em;
  }
}
.btn-outline.from-center p {
  margin-top: 7px;
  opacity: 0;
  transform: translateY(15px);
}

.btn-outline.animate p {
  animation: 1s ease-in-out 1s fade-up both;
}

.btn-outline.animate.from-center:before {
  animation: 1s ease-in-out cta-fromcenter-big both;
}

@keyframes cta-fromcenter-big {
  0% {
    height: 0%;
    opacity: 0;
    width: 0;
    margin-top: 0;
    margin-left: 0;
    left: 50%;
  }
  25% {
    opacity: 1;
  }
  50% {
    height: 100%;
    width: 3.375em;
    margin-left: -1.6875em;
    left: 50%;
  }
  100% {
    height: 100%;
    opacity: 1;
    width: 100%;
    margin-left: -1.6875em;
    left: 1.6875em;
  }
}
@keyframes fade-up {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
* {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: #707070;
}

img,
picture {
  width: 100%;
}

@font-face {
  font-family: YekanBakh;
  src: url(YekanBakh-Light.ttf);
  font-weight: 300;
}
@font-face {
  font-family: YekanBakh;
  src: url(YekanBakh-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: YekanBakh;
  src: url(YekanBakh-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: YekanBakh;
  src: url(YekanBakh-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: YekanBakh;
  src: url(YekanBakh-Heavy.ttf);
  font-weight: 900;
}
@font-face {
  font-family: YekanBakh;
  src: url(YekanBakh-Fat.ttf);
  font-weight: 950;
}
.header__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 220px;
  background-position: 0;
  overflow: hidden;
  pointer-events: none;
  background-image: url(bg-min.png);
  background-size: cover;
  background-position: center;
  animation: bgMoving 50.92s infinite;
  animation-timing-function: linear;
  opacity: 0.3;
}
@keyframes bgMoving {
  100% {
    background-position: 0px 200px;
  }
}
@media only screen and (max-width: 425px) {
  .header__bg {
    display: none;
  }
}

.site__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 220px;
  direction: ltr;
}
.site__header .logo {
  width: 140px;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .site__header .logo {
    width: 90px;
    transition: 0.5s;
  }
}
@media screen and (max-width: 425px) {
  .site__header .logo {
    width: 70px;
    transition: 0.5s;
  }
}
.site__header .logo-reveal {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transition: all 2.5s 0.5s;
  transform: translateY(20px);
}
.site__header .language-selector ul {
  display: flex;
  column-gap: 15px;
}
.site__header .language-selector .current-lang {
  font-weight: bold;
  border-bottom: 1px;
  border-color: #000;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.site__header .language-selector .lang-item {
  list-style: none;
  font-size: 18px;
}

.menu-btn {
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: #feb900;
  border-radius: 100%;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 4 !important;
}
.menu-btn:active {
  transform: scale(0.7);
  transition: all 0.5s;
}
.menu-btn .menu-btn__lines {
  width: 30px;
  height: 2px;
  background: white;
  margin: 3px 0;
  border-radius: 30px;
}

.menu-btn__close {
  position: absolute;
  left: 5em;
  top: 5em;
  z-index: 1;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 0.5s;
  transition-delay: 0.5s;
  cursor: pointer;
}
.menu-btn__close:active {
  transform: scale(0.5);
}
.menu-btn__close .close-lines__1 {
  width: 30px;
  height: 2px;
  background: #feb900;
  margin: 3px 0;
  border-radius: 30px;
  transform: rotate(45deg) translate(2px, 3px);
}
.menu-btn__close .close-lines__2 {
  width: 30px;
  height: 2px;
  background: #feb900;
  margin: 3px 0;
  border-radius: 30px;
  transform: rotate(-45deg) translate(2px, -3px);
}

.overlay {
  clip-path: inset(0 0 0 100%);
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.overlay #menu__hover-name {
  position: absolute;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 200;
  text-transform: uppercase;
  transition: 0.5s;
  z-index: 2;
}
.overlay .menu {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
  width: 100%;
  height: 100%;
}
.overlay .menu-container__right {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
}
.overlay .menu-container__left {
  background: #feb900;
  text-align: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.overlay .menu-container__left .menu__item {
  list-style: none;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.overlay .menu-container__left .menu__item li {
  width: 100%;
}
.overlay .menu-container__left .menu__item li a {
  text-decoration: none;
  display: block;
  padding: 10px 0;
  color: #000;
  font-size: 1.4rem;
  font-weight: 100;
  width: 100%;
  text-align: right;
  cursor: pointer;
}
.overlay .menu-container__left .menu__item li a:hover {
  color: #fff;
}
.overlay .menu-container__left .menu__item li a:hover::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 30px;
  margin-left: 10px;
}
.overlay .menu-container__left .menu__item .submenu__item__list {
  position: absolute;
  top: 50%;
  left: -80%;
  transform: translate(-50%, -50%);
  list-style-type: none;
  transition: 0.5s;
  display: none;
}
.overlay .menu-container__left .menu__item .submenu__item__list li {
  text-decoration: none;
}
.overlay .menu-container__left .menu__item .submenu__item__list li a {
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  font-weight: 400;
  text-align: left;
  opacity: 1;
  margin-bottom: 10px;
}
.overlay .menu-container__left .menu__item .submenu__item__list li a:hover {
  color: #feb900;
}
.overlay .menu-container__left .menu__item .submenu__item__list li a:hover::after {
  display: none;
}
.overlay .menu-container__left .menu__item .active__sub-menu {
  display: block;
}
.overlay .menu__item li:hover .submenu__item {
  display: block;
}
.overlay .submenu__item li a::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 0px;
  border: 0px solid red !important;
  border-radius: 0px;
  margin-left: 0px;
}
.overlay .active__menu {
  display: inline;
}
.overlay .overlay__line-up-down {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 10px;
  background: #fff;
  overflow: hidden;
}
.overlay .overlay__circle-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2em;
  height: 10em;
  border: 1px solid #fff;
  border-radius: 100em;
  background: transparent;
  overflow: hidden;
  pointer-events: none;
}
.overlay .overlay__circle-outside {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 300vh;
  border: 1px solid #fff;
  border-radius: 100em;
  background: transparent;
  overflow: hidden;
  pointer-events: none;
}
.overlay .menu__social {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  opacity: 0;
}
.overlay .menu__social a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px;
  border-radius: 30px;
  margin-right: 5px;
  transition: 1s;
}
.overlay .menu__social a i {
  transition: 1s;
}
.overlay .menu__social a:hover {
  background: #fff;
  transition: 1s;
}
.overlay .menu__social a:hover i {
  transition: 1s;
  color: #feb900;
}

@media (max-width: 768px) {
  .overlay,
  .menu-btn {
    display: none;
  }
}
/* mobile menu
------------------------------------------------ */
.menu-btn_mobile {
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: #feb900;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 0.5s;
  cursor: pointer;
}
.menu-btn_mobile:active {
  transform: scale(0.7);
  transition: all 0.5s;
}
.menu-btn_mobile .menu-btn__lines_mobile {
  width: 30px;
  height: 2px;
  background: white;
  margin: 3px 0;
  border-radius: 30px;
}

.menu-btn__close_mobile {
  position: absolute;
  left: 2em;
  top: 4em;
  z-index: 1;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 0.5s;
  cursor: pointer;
}
.menu-btn__close_mobile:active {
  transform: scale(0.5);
  transition: all 0.5s;
}
.menu-btn__close_mobile .close-lines__1_mobile {
  width: 30px;
  height: 2px;
  background: #feb900;
  margin: 3px 0;
  border-radius: 30px;
  transform: rotate(45deg) translate(2px, 3px);
}
.menu-btn__close_mobile .close-lines__2_mobile {
  width: 30px;
  height: 2px;
  background: #feb900;
  margin: 3px 0;
  border-radius: 30px;
  transform: rotate(-45deg) translate(2px, -3px);
}

.overlay__mobile {
  clip-path: inset(0 0 0 100%);
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.overlay__mobile #menu__hover-name_mobile {
  position: absolute;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 200;
  text-transform: uppercase;
  transition: 0.5s;
  z-index: 2;
}
.overlay__mobile .menu_mobile {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  height: 100%;
}
.overlay__mobile .menu-container__left {
  background: #feb900;
  text-align: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.overlay__mobile .menu-container__left .menu__item_mobile {
  list-style: none;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-right: 40px;
}
.overlay__mobile .menu-container__left .menu__item_mobile li {
  width: 100%;
}
.overlay__mobile .menu-container__left .menu__item_mobile li a {
  text-decoration: none;
  display: block;
  padding: 10px 0;
  color: #000;
  font-size: 1.4rem;
  font-weight: 100;
  width: 100%;
  text-align: right;
  cursor: pointer;
}
.overlay__mobile .menu-container__left .menu__item_mobile li a:hover {
  color: #fff;
}
.overlay__mobile .menu-container__left .menu__item_mobile li a:hover::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 30px;
  margin-left: 10px;
}
.overlay__mobile .menu-container__left .menu__item_mobile .submenu__item__list_mobile {
  position: absolute;
  top: 50%;
  left: -80%;
  transform: translate(-50%, -50%);
  list-style-type: none;
  transition: 0.5s;
  display: none;
}
.overlay__mobile .menu-container__left .menu__item_mobile .submenu__item__list_mobile li {
  text-decoration: none;
}
.overlay__mobile .menu-container__left .menu__item_mobile .submenu__item__list_mobile li a {
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  font-weight: 400;
  text-align: left;
  opacity: 1;
  margin-bottom: 10px;
}
.overlay__mobile .menu-container__left .menu__item_mobile .submenu__item__list_mobile li a:hover {
  color: #feb900;
}
.overlay__mobile .menu-container__left .menu__item_mobile .submenu__item__list_mobile li a:hover::after {
  display: none;
}
.overlay__mobile .menu-container__left .menu__item_mobile .active__sub-menu_mobile {
  display: block;
}
.overlay__mobile .menu__item_mobile li:hover .submenu__item__list_mobile {
  display: block;
}
.overlay__mobile .submenu__item__list_mobile li a::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 0px;
  border: 0px solid red !important;
  border-radius: 0px;
  margin-left: 0px;
}
.overlay__mobile .active__menu {
  display: inline;
}
.overlay__mobile .menu__social {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  opacity: 0;
}
.overlay__mobile .menu__social a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px;
  border-radius: 30px;
  margin-right: 5px;
  transition: 1s;
}
.overlay__mobile .menu__social a i {
  transition: 1s;
}
.overlay__mobile .menu__social a:hover {
  background: #fff;
  transition: 1s;
}
.overlay__mobile .menu__social a:hover i {
  transition: 1s;
  color: #feb900;
}

@media (min-width: 769px) {
  .overlay__mobile,
  .menu-btn_mobile {
    display: none;
  }
}
/* ---------- Hero Section - start ---------- */
.intro {
  height: calc(100vh - 220px);
  position: relative;
}
.intro .intro-video--bg {
  background-color: #000;
  height: calc(100vh - 220px);
  animation: 1s bgVideo ease-in-out both;
}
@keyframes bgVideo {
  0% {
    transform: translateY(65vh);
    height: calc(100vh - 220px);
  }
  100% {
    height: 0vh;
  }
}
.intro .hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@keyframes videoIntro {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.intro .hero__video.animate {
  animation: 2.5s videoIntro 0.7s both;
}

/* ---------- Hero Section - end ---------- */
/* ---------- About Section - start ---------- */
.about-section {
  height: 750px;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}
.about-section .about__sketch .about__svg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.about-section .about__sketch .about__svg .about__path {
  stroke-dasharray: 2525.76, 2525.76;
  stroke-dashoffset: 2525.76;
  stroke-width: 3px;
  stroke: #feb900;
}
@keyframes aboutDraw {
  from {
    stroke-dashoffset: -2525.76;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.about-section .about__sketch .about__svg .about__path.draw-animate {
  animation: 4s aboutDraw linear both;
}

.second-section--bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.9;
  background-image: url(homepage-about-sec-bg.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.second-section--bg img {
  height: 100%;
  object-fit: cover;
}
.second-section--bg .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #fff;
  z-index: 1;
}

@keyframes circle-bg {
  0% {
    clip-path: circle(70.5% at 50% 50%);
  }
  100% {
    clip-path: circle(25% at 50% 50%);
  }
}
@keyframes circle-bg-white {
  0% {
    width: 0;
    height: 0;
  }
  100% {
    width: 200px;
    height: 200px;
  }
}
.second-section--bg.second-animate {
  animation: 1.5s ease-in-out 0.5s circle-bg both;
}

.circle.second-animate {
  animation: 1.5s ease-in-out 0.5s circle-bg-white both;
}

.second-section__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 1440px;
  margin: auto;
}
.second-section__inner .second-section__inner-bg {
  position: absolute;
  bottom: 220px;
  left: 200px;
  background: url(bg-min.png) no-repeat;
  background-size: 1500px;
  width: 800px;
  height: 205px;
  z-index: -2;
}
.second-section__inner .second-section__inner__right {
  flex: 2 0 auto;
}
.second-section__inner .second-section__inner__left {
  flex: 1 0 auto;
  z-index: 1;
}
.second-section__inner .second-section__inner__left .second-section__text-animate {
  transform: translateY(-50px);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transition: all 4s 2s;
  margin-bottom: 50px;
  font-weight: 500;
}
.second-section__inner .second-section__inner__left .btn-outline.animate p {
  animation: 1s ease-in-out 3s fade-up both;
}
.second-section__inner .second-section__inner__left .btn-outline.from-left.animate:before {
  animation: 1s ease-in-out 2s cta-fromleft both;
}

@media (max-width: 1440px) {
  .second-section__inner__left {
    padding-right: 40px;
  }
}
@media (max-width: 1024px) {
  .second-section__inner__left {
    padding-right: 40px;
  }
  .about__svg {
    display: none;
  }
}
@media (max-width: 425px) {
  .second-section--bg {
    background-attachment: scroll !important;
  }
  .second-section__inner-bg {
    display: none;
  }
  .second-section__inner__left .btn-outline::before {
    background-color: #fff;
  }
}
/* ---------- About Section - end ---------- */
/* ---------- Brands Section - start ---------- */
.brands-section {
  height: 750px;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.brands-section .swiper {
  width: 50%;
  height: 100%;
  display: flex;
  flex: 1 0 auto;
  position: relative;
}
.brands-section .swiper .brands__sketch {
  position: absolute;
  top: 0;
  left: 54%;
  z-index: 2;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transform: scale(1.7);
}
.brands-section .swiper .brands__sketch .brands__svg {
  height: 100%;
  width: 100%;
}
.brands-section .swiper .brands__sketch .brands__svg .brands__path {
  stroke-dasharray: 2525.76, 2525.76;
  stroke-dashoffset: 2525.76;
  stroke: #feb900;
  stroke-width: 4px;
}
.brands-section .swiper .brands__sketch .brands__svg .brands__path.draw-animate {
  animation: 4s bradsDraw linear both;
}
@keyframes bradsDraw {
  from {
    stroke-dashoffset: -2525.76;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.brands-section .swiper .swiper-wrapper {
  position: absolute;
  top: 54px;
  align-items: center;
}
.brands-section .swiper .swiper-wrapper .swiper-slide-active {
  overflow: hidden;
}
.brands-section .swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #fff;
  height: auto;
  font-size: 12px;
  font-weight: bold;
  color: rgb(162, 162, 162);
  transition: all 100ms linear;
  backface-visibility: visible;
  transform: none;
}
.brands-section .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.brands-section .swiper .swiper-slide-active {
  font-size: 32px;
  line-height: 1.2;
  font-weight: bold;
  color: #000;
  margin-top: 9px;
}
.brands-section .swiper .swiper-slide-active:nth-child(1) {
  margin-top: 0px;
}
.brands-section .swiper .swiper-slide-next {
  font-size: 18px;
  font-weight: bold;
  color: #3d3d3d;
}
.brands-section .swiper .swiper-slide-prev {
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: bold;
  color: #3d3d3d;
}
.brands-section .scroll__btn {
  background-color: #fff !important;
}

.swiper-button-prev,
.swiper-button-next {
  border: 1px solid #feb900;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 40px !important;
  height: 25px !important;
  border-radius: 20px !important;
  margin-top: 42px !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 15px !important;
  border-radius: 50% !important;
  color: #feb900 !important;
}

.ki {
  width: 50%;
  height: 100%;
  position: relative;
  flex: 1 0 auto;
}
.ki img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ki img:first-child {
  opacity: 1;
}

.section__three--category-brand {
  position: absolute;
  top: 56.5%;
  right: 0;
  transform: translate(-10%, -50%);
  z-index: 10;
  font-weight: 500;
  font-size: 1.3rem;
}

@media (max-width: 1024px) {
  .brands__sketch {
    width: 140% !important;
  }
  .brands-section .swiper .swiper-wrapper {
    top: 7% !important;
    right: 10%;
  }
  .section__three--category-brand {
    top: 55.5%;
  }
  .brands__svg {
    display: none;
  }
}
@media (max-width: 768px) {
  .section__three--category-brand {
    font-size: 18px;
  }
  .brands-section .swiper .swiper-wrapper {
    right: 15%;
  }
  .brands-section .swiper .swiper-slide {
    margin-left: 0 !important;
  }
}
@media (max-width: 425px) {
  .brands-section {
    flex-direction: column-reverse;
  }
  .brands-section .swiper-button-next {
    margin-top: 170px !important;
  }
  .brands-section .swiper-button-prev {
    margin-top: 170px !important;
  }
  .ki {
    width: 100% !important;
    height: 50% !important;
  }
  .brands-section .swiper {
    width: 100% !important;
    height: 50% !important;
  }
  .brands-section .swiper .swiper-wrapper {
    right: 0 !important;
  }
  .section__three--category-brand {
    top: 10%;
    transform: translate(-70%, -50%);
  }
}
/* ---------- Brands Section - end ---------- */
/* ---------- text Section - start ---------- */
.fourth-section {
  height: 750px;
  min-height: 100vh;
  position: relative;
  background-color: #feb900;
}
.fourth-section .text-sketch .text__svg {
  width: 100%;
  height: 100%;
  z-index: 0;
  position: absolute;
  pointer-events: none;
}
.fourth-section .text-sketch .text__svg .text__path {
  stroke-dasharray: 2525.76, 2525.76;
  stroke-dashoffset: 2525.76;
  stroke: #fff;
  stroke-width: 3px;
}
@keyframes textDraw {
  from {
    stroke-dashoffset: 2525.76;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.fourth-section .text-sketch .text__svg .text__path.draw-animate {
  animation: 4s textDraw linear both;
}
.fourth-section .text__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
}
.fourth-section .text__inner .text__content--animate {
  color: #fff;
  font-size: 4rem;
  font-weight: 400;
  text-transform: uppercase;
  transform: translateY(-50px);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transition: all 2s 1s;
  background: #feb900;
  padding: 50px 40px;
}
.fourth-section .scroll__btn {
  background: #feb900 !important;
}

@media (max-width: 1024px) {
  .text__svg {
    display: none;
  }
}
@media (max-width: 425px) {
  .text__content--animate {
    font-size: 16px;
  }
  .text__svg {
    display: none;
  }
  .text__content--animate {
    font-size: 2rem !important;
  }
}
/* ---------- text Section - end ---------- */
/* ---------- media Section - start ---------- */
.fifth-section {
  height: 750px;
  min-height: 100vh;
  position: relative;
}
.fifth-section .catalog__sketch .catalog__svg {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
.fifth-section .catalog__sketch .catalog__svg .catalog__path {
  stroke-dasharray: 2525.76, 2525.76;
  stroke-dashoffset: 2525.76;
  stroke: #feb900;
  stroke-width: 3px;
}
@keyframes catalogDraw {
  from {
    stroke-dashoffset: -2525.76;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.fifth-section .catalog__sketch .catalog__svg .catalog__path.draw-animate {
  animation: 4s catalogDraw linear both;
}
.fifth-section .fifth-section__inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.fifth-section .fifth-section__inner .fifth-section__inner__top {
  flex: 1 0 auto;
  z-index: 1;
  background-image: url(homepage-catalog-sec-bg.jpg);
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 350px;
}
.fifth-section .fifth-section__inner .fifth-section__inner__bottom {
  text-align: center;
  flex: 3 0 auto;
  margin: 50px 0;
  z-index: 2;
}
.fifth-section .fifth-section__inner .fifth-section__inner__bottom h3 {
  border: 2px solid #feb900;
  padding: 5px 38px;
  border-radius: 22px;
  background-color: #fff !important;
}
.fifth-section .fifth-section__inner .btn-outline {
  background: #fff;
  z-index: 2;
}
.fifth-section .fifth-section__inner .btn-outline::before {
  background-color: #fff;
}
.fifth-section .fifth-section__inner .media__section {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  max-width: 1280px;
}
.fifth-section .fifth-section__inner .media__section .photo__gallery,
.fifth-section .fifth-section__inner .media__section .video__gallery,
.fifth-section .fifth-section__inner .media__section .catalog__gallery {
  flex: 1 0 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  border: 1px solid #848483;
  border-radius: 15px;
  padding: 10px 0;
  background-color: #fff;
  z-index: 3;
  transition: 0.7s;
}
.fifth-section .fifth-section__inner .media__section .photo__gallery:hover,
.fifth-section .fifth-section__inner .media__section .video__gallery:hover,
.fifth-section .fifth-section__inner .media__section .catalog__gallery:hover {
  background-color: #e3e2e2;
  transform: scale(0.95);
  transition: 0.5s;
  border: 1px solid #feb900;
}
.fifth-section .fifth-section__inner .media__section .photo__gallery,
.fifth-section .fifth-section__inner .media__section .video__gallery,
.fifth-section .fifth-section__inner .media__section .catalog__gallery,
.fifth-section .fifth-section__inner .media__section p {
  margin-top: 10px;
  color: #3d3d3d;
}
.fifth-section .fifth-section--bg {
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 500px;
  opacity: 0.3;
  background: url(bg-min.png) repeat;
  background-size: cover;
  background-position: center;
  animation: 10s bgMoving infinite;
  animation-timing-function: linear;
  pointer-events: none;
}
@keyframes bgMoving {
  100% {
    background-position: 0px 200px;
  }
}

@media (max-width: 1024px) {
  .catalog__svg {
    display: none;
  }
  .media__section {
    width: 96% !important;
  }
}
@media (max-width: 768px) {
  .fifth-section {
    height: auto;
  }
}
@media (max-width: 425px) {
  .fifth-section {
    height: auto;
  }
  .fifth-section__inner__top {
    background-attachment: scroll !important;
  }
  .media__section {
    width: 90% !important;
  }
  .media__section .photo__gallery,
  .media__section .video__gallery,
  .media__section .catalog__gallery {
    flex: 1 0 100% !important;
  }
  .media__section svg {
    width: 50px !important;
  }
}
/* ---------- Catalog Section - end ---------- */
/* ---------- product categories Section - start ---------- */
.sixth-section {
  height: 750px;
  min-height: 100vh;
  position: relative;
}
.sixth-section .category__sketch {
  width: 100%;
}
.sixth-section .category__sketch .category__svg {
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
}
.sixth-section .category__sketch .category__svg .category__path {
  stroke-dasharray: 2525.76, 2525.76;
  stroke-dashoffset: 2525.76;
  stroke-width: 3px;
  stroke: #feb900;
}
@keyframes categoryDraw {
  from {
    stroke-dashoffset: 2525.76;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.sixth-section .category__sketch .category__svg .category__path.draw-animate {
  animation: 4s categoryDraw linear both;
}
.sixth-section .scroll__btn {
  background-color: #fff !important;
}
.sixth-section .sixth-section__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sixth-section .six-section__inner__title {
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  margin: 35px 0;
}
.sixth-section .six-section__inner__title h3 {
  background-color: #fff;
  border: 2px solid #feb900;
  border-radius: 22px;
  padding: 5px 10px;
}
.sixth-section .six-section__inner__cards {
  max-width: 1280px;
  padding: 0 20px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(165px, 1fr));
  place-items: center;
  gap: 20px;
}
.sixth-section .six-section__inner__cards .card {
  width: 100%;
  height: 165px;
  border: 1px solid #707070;
  border-radius: 20px;
  z-index: 1;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}
.sixth-section .six-section__inner__cards .card img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.sixth-section .six-section__inner__cards .card .title {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  padding: 4px 0;
  border-radius: 20px;
  width: inherit;
  background-color: rgba(255, 255, 255, 0.8);
}
.sixth-section .six-section__inner__cards .card:hover {
  border: 1px solid #feb900;
  transform: scale(0.95);
  transition: 0.5s;
}

@media (max-width: 1024px) {
  .sixth-section {
    height: auto;
  }
  .category__svg {
    display: none;
  }
}
@media (max-width: 425px) {
  .sixth-section {
    height: auto;
  }
}
/* ---------- product categories Section - end ---------- */
/* ---------- Contact Us Section - start ---------- */
.contactus-section {
  width: 100%;
  height: 750px;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}
.contactus-section .contactus__sketch .contactus__svg {
  width: 100%;
  position: absolute;
  z-index: 1;
}
.contactus-section .contactus__sketch .contactus__svg .contactus__path {
  stroke-dasharray: 2525.76, 2525.76;
  stroke-dashoffset: 2525.76;
  stroke-width: 2px;
  stroke: #feb900;
}
@keyframes categoryDraw {
  from {
    stroke-dashoffset: 2525.76;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.contactus-section .contactus__sketch .contactus__svg .contactus__path.draw-animate {
  animation: 4s categoryDraw linear both;
}
.contactus-section .contactus__sketch__line {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contactus-section .contactus__sketch__line .contactus__svg2 {
  position: absolute;
  top: 167px;
}
.contactus-section .contactus__sketch__line .contactus__svg3 {
  position: absolute;
  top: 207px;
}

.contactus__inner__el {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 710px;
  margin: auto;
  max-width: 1140px;
}
.contactus__inner__el .contactus__inner__el--left {
  flex: 1 0 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 200px;
  border-top-right-radius: 7em;
  border-bottom-right-radius: 7em;
}
.contactus__inner__el .contactus__inner__el--left .contactus__video {
  object-fit: cover;
  width: 100%;
  height: 200px;
  border-top-left-radius: 7em;
  border-bottom-left-radius: 7em;
}
.contactus__inner__el .contactus__inner__el--right {
  flex: 1 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  border: 0.5px solid #d6d4d0;
  border-top-right-radius: 7em;
  border-bottom-right-radius: 7em;
}

.contactus__btn {
  position: absolute;
  left: 50%;
  top: 654px;
  transform: translate(-50%, -50%);
}

@media (max-width: 425px), (max-width: 768px) {
  .contactus__inner__el {
    flex-direction: column-reverse;
    height: 530px;
  }
  .contactus__btn {
    bottom: 15% !important;
  }
  .contactus__inner__el--right {
    border: none !important;
  }
  .contactus__inner__el--left {
    width: 100% !important;
  }
  .contactus__inner__el--left .contactus__video {
    width: 100% !important;
    border-radius: 7em !important;
  }
}
@media (max-width: 1024px) {
  .contactus__inner__el {
    width: 100%;
  }
  .contactus__inner__el .contactus__video {
    width: 100% !important;
  }
  .contactus__sketch {
    display: none;
  }
  .contactus__svg {
    display: none;
  }
  .contactus__svg .contactus__path {
    stroke-width: 4px !important;
  }
}
/* ---------- Contact Us Section - end ---------- */
.blog__sidebar {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
}
.blog__sidebar li {
  list-style-type: none;
}
.blog__sidebar #categories-2 ul {
  display: flex;
}
.blog__sidebar .cat-item {
  margin-left: 15px;
  border: 1px solid #707070;
  border-radius: 20px;
  padding: 5px 60px;
  transition: 0.5s;
  cursor: pointer;
}
.blog__sidebar .cat-item:hover {
  background-color: #feb900;
  transition: 0.5s;
  cursor: pointer;
}
.blog__sidebar .cat-item:hover a {
  color: #fff;
}
@media (max-width: 768px) {
  .blog__sidebar .cat-item {
    padding: 5px 20px;
  }
}
.blog__sidebar .widgettitle {
  display: none;
}

.blog__posts {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  place-items: center;
  gap: 20px;
  margin-bottom: 50px;
}
.blog__posts .blog__box {
  border: 1px solid #707070;
  height: 250px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  transition: 0.7s;
}
.blog__posts .blog__box:hover .blog--img {
  opacity: 0.8;
}
.blog__posts .blog__box .blog--img {
  object-fit: cover;
  height: 200px;
  transition: 0.7s;
}
.blog__posts .blog__box .blog__content {
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}
.blog__posts .blog__box .blog__content .blog__title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  direction: rtl;
  margin-right: 10px;
}

.blog__single {
  width: 100%;
  direction: rtl;
}
.blog__single img {
  border-radius: 10px;
  object-fit: cover;
  max-height: 500px;
}
.blog__single .blog__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.blog__single .blog__info ul {
  list-style-type: none;
}
.blog__single .blog__main-content h1 {
  font-size: 2rem;
  font-weight: 100;
  display: inline;
  color: #000;
}
.blog__single .blog__main-content i {
  font-size: 20px;
  color: #feb900;
  margin-left: 10px;
}
.blog__single .blog__main-content .blog-content {
  text-align: right;
}
.blog__single .blog__main-content .blog__images {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 50px;
}
.blog__single .blog__video iframe {
  border-radius: 10px;
}

@media (max-width: 1024px) {
  .blog__images {
    flex-direction: column;
  }
  .blog__images img {
    max-height: 300px !important;
  }
}
.blog__social {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.other__posts {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .other__posts {
    flex-wrap: wrap;
  }
  .other__posts .blog__box {
    flex: 1 0 32%;
  }
}
@media (max-width: 425px) {
  .other__posts .blog__box {
    flex: 1 0 48%;
  }
}
.archive__header {
  width: 100%;
  height: 400px;
  background-color: #feb900;
}
.archive__header .content {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  text-align: center;
}
.archive__header .content .content__title {
  font-size: 32px;
  line-height: 2;
}
.archive__header .content .content__text {
  max-width: 1024px;
  text-align: center;
}

.category__filter {
  background-color: #ddd;
  direction: rtl;
  padding: 10px 0;
  margin-bottom: 50px;
}
.category__filter .brand__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.category__filter .filter__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ddd;
  cursor: pointer;
}
.category__filter .filter__title p {
  font-weight: 400;
  padding-left: 80px;
}
.category__filter .filter__title .arrow {
  transition: 0.7s;
  border: 1px solid #707070;
  border-radius: 100%;
  padding: 5px;
  font-size: 8px;
  margin-right: 10px;
}
.category__filter .filter__title .arrow__anim {
  transform: rotate(0deg);
  transition: 0.5s;
}
.category__filter .filter__sub {
  padding: 10px 10px;
}
.category__filter .filter__sub a {
  line-height: 2;
  text-transform: capitalize;
  transition: 0.5s;
  width: 100%;
}
.category__filter .filter__sub a:hover {
  color: #000;
}
.category__filter .filter__sub a:active {
  color: #000;
}

.product__card {
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 15px;
  max-width: 1280px;
  margin: auto;
  padding: 40px 20px;
}
.product__card .product__box {
  flex: 1 0 21%;
  border: 1px solid #707070;
  height: 250px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  transition: 0.7s;
}
.product__card .product__box:hover .product--img {
  opacity: 0.8;
}
.product__card .product__box .product--img {
  object-fit: contain;
  height: 200px;
  transition: 0.7s;
}
.product__card .product__box .product__content {
  height: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 10px;
}
.product__card .product__box .product__content .product__title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  direction: rtl;
  margin-right: 10px;
}

@media (max-width: 768px) {
  .product__box {
    flex: 2 0 32% !important;
  }
}
@media (max-width: 425px) {
  .product__box {
    flex: 2 0 48% !important;
  }
}
#products_filter {
  direction: rtl;
}
#products_filter .wpc-filters-section {
  margin: 0 !important;
}
#products_filter .wpc-filter-title {
  display: none;
}
#products_filter .wpc-filter-brand {
  background-color: #feb900;
}
#products_filter .wpc-filter-kind {
  background-color: #e8e7e7;
}
#products_filter .wpc-filter-content {
  max-width: 1280px;
  padding: 40px 20px;
  margin: 0 auto;
}
#products_filter .wpc-filter-content ul {
  display: flex;
  flex-wrap: wrap;
}
#products_filter .wpc-filter-brand ul li label a {
  display: none;
  width: 100%;
}
#products_filter .wpc-filter-brand ul li label {
  width: 120px;
  height: 120px;
  padding: 0 !important;
  transition: 0.5s;
}
#products_filter .wpc-filter-brand ul li label:hover {
  background-color: rgba(255, 255, 255, 0.3098039216) !important;
  transition: 0.5s;
}
#products_filter .wpc-filter-brand ul li label:hover span {
  width: 100%;
  z-index: -1;
}
#products_filter .wpc-filter-brand ul li label span {
  width: 100%;
  z-index: -1;
}
#products_filter .wpc-filter-brand ul li:nth-child(1) label {
  background: url("https://sadraidea.ir/wp-content/uploads/2023/10/1-geberit.svg") no-repeat center;
}
#products_filter .wpc-filter-brand ul li:nth-child(2) label {
  background: url("https://sadraidea.ir/wp-content/uploads/2023/10/2-gessi.svg") no-repeat center;
}
#products_filter .wpc-filter-brand ul li:nth-child(3) label {
  background: url("https://sadraidea.ir/wp-content/uploads/2023/10/3-kohler.svg") no-repeat center;
}
#products_filter .wpc-filter-brand ul li:nth-child(4) label {
  background: url("https://sadraidea.ir/wp-content/uploads/2023/10/4-bagnodesign.svg") no-repeat center;
}
#products_filter .wpc-filter-brand ul li:nth-child(5) label {
  background: url("https://sadraidea.ir/wp-content/uploads/2023/10/5-aeon.svg") no-repeat center;
}
#products_filter .wpc-filter-brand ul li:nth-child(6) label {
  background: url("https://sadraidea.ir/wp-content/uploads/2023/10/6-evimetal.svg") no-repeat center;
}
#products_filter .wpc-filter-brand ul li:nth-child(7) label {
  background: url("https://sadraidea.ir/wp-content/uploads/2023/10/7-orginal.svg") no-repeat center;
}
#products_filter .wpc-filter-brand ul li:nth-child(8) label {
  background: url("https://sadraidea.ir/wp-content/uploads/2023/10/8-finex.svg") no-repeat center;
}
#products_filter .wpc-filter-brand ul li:nth-child(9) label {
  background: url("https://sadraidea.ir/wp-content/uploads/2023/10/9-mandelli.svg") no-repeat center;
}
#products_filter .wpc-filters-open-button-container {
  padding: 0 20px;
}
#products_filter .wpc-open-close-filters-button {
  width: 100%;
  border-radius: 8px !important;
}

@media (max-width: 768px) {
  .wpc-filter-brand ul li label {
    width: 114px !important;
    height: 80px !important;
  }
}
.product__next_prev {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 50px;
}

.product__main {
  width: 100%;
  display: flex;
  justify-content: space-around;
  column-gap: 200px;
  max-width: 1280px;
  margin: auto;
  margin-bottom: 50px;
}
.product__main .product__info {
  max-width: 50%;
  margin-top: 20px;
  overflow: hidden;
  direction: rtl;
  text-transform: capitalize;
}
.product__main .product__info .product__title {
  color: #feb900;
  font-size: 40px;
  font-weight: 400;
  line-height: 2;
}
.product__main .product__info .title__two {
  color: #000;
  font-size: 32px;
  font-weight: 200;
  line-height: 1.2;
}
.product__main .product__info .collection__name {
  color: #707070;
  font-size: 24px;
  margin-bottom: 50px;
}
.product__main .product__info .product__sku,
.product__main .product__info .product__brand,
.product__main .product__info .product__kind {
  color: #000;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.product__main .product__img {
  max-width: 50%;
}
.product__main .product__img .main__img {
  border: 1px solid #707070;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  height: 500px;
  object-fit: cover;
  margin-bottom: 20px;
}
.product__main .product__img .product__gallery__slider {
  width: 500px;
  overflow: hidden;
  pointer-events: none;
}
.product__main .product__img .product__gallery__slider .swiper-slide img {
  width: 160px;
  height: 130px;
  object-fit: cover;
  border-radius: 20px;
  overflow: hidden;
}

@media (max-width: 1440px) {
  .product__main .product__img {
    padding-right: 20px;
  }
  .product__main .product__info {
    padding-left: 20px;
  }
}
@media (max-width: 1024px) {
  .product__main {
    column-gap: 50px;
  }
}
@media (max-width: 768px) {
  .product__main {
    column-gap: 20px;
  }
  .product__main .main__img {
    height: 400px !important;
  }
}
@media (max-width: 425px) {
  .product__main {
    flex-direction: column-reverse;
  }
  .product__main .product__img {
    max-width: 100%;
    padding-left: 20px;
  }
  .product__main .product__info {
    max-width: 100%;
    padding-right: 20px;
  }
}
.product__main_content {
  direction: rtl;
  margin-bottom: 100px;
}
.product__main_content .section__title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 100;
  border-bottom: 1px solid #000;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.technical__info {
  direction: rtl;
  cursor: pointer;
  margin-bottom: 100px;
}
.technical__info .section__title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 100;
  border-bottom: 1px solid #000;
  padding-bottom: 30px;
}
.technical__info .section__title i {
  margin-right: 20px;
}
.technical__info .section__title .arrow__anim {
  transform: rotate(-90deg);
}
.technical__info .technical__info_content {
  width: 100%;
  display: flex;
  margin-top: 30px;
}
.technical__info .technical__info_content ul {
  width: 100%;
  padding: 0 20px;
}
.technical__info .technical__info_content ul li {
  list-style-type: none;
  margin-bottom: 20px;
}
.technical__info .technical__info_content ul .technical__first {
  font-weight: bold;
}

.product__download {
  direction: rtl;
  cursor: pointer;
  margin-bottom: 100px;
}
.product__download .section__title_download {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 100;
  border-bottom: 1px solid #000;
  padding-bottom: 30px;
}
.product__download .section__title_download i {
  margin-right: 20px;
}
.product__download .section__title_download .arrow__anim {
  transform: rotate(-90deg);
}
.product__download .product__download_content {
  width: 100%;
  margin: 30px 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.product__download .product__download_content a {
  margin-left: 10px;
}
.product__download .product__download_content p {
  margin-left: 50px;
}

.complementary__products {
  background-color: #fff !important;
}

.related__products,
.complementary__products {
  width: 100%;
  background-color: #f1f1f1;
  position: relative;
  padding: 80px 0;
}
.related__products .title__inner,
.complementary__products .title__inner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -28px;
  z-index: 1;
}
.related__products .title__inner .title,
.complementary__products .title__inner .title {
  font-size: 1.5rem;
  font-weight: 100;
  border: 1px solid #000;
  padding: 8px 16px;
  border-radius: 30px;
  position: relative;
  background-color: #fff;
}
.related__products .title__inner .line,
.complementary__products .title__inner .line {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  overflow: hidden;
  z-index: -1;
}

.related__product__slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
.related__product__slider .swiper-button-prev,
.related__product__slider .swiper-button-next {
  margin-top: 0;
}

.complementary__products__slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
.complementary__products__slider .swiper-button-prev,
.complementary__products__slider .swiper-button-next {
  margin-top: 0;
}

.page-template-page-catalog {
  position: relative;
}

.catalog {
  position: relative;
}
.catalog .catalog__slider {
  width: 90%;
  height: 650px;
  padding: 50px;
  z-index: 0;
}
.catalog .swiper-slide {
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: center;
  background-color: #e5e4e4;
  width: 100%;
  border: 1px solid #acacac;
}
.catalog .swiper-slide .catalog__content {
  display: flex;
  gap: 5px;
  flex-direction: column;
  position: relative;
  height: 100%;
  width: 80%;
  margin: 50px 0 0 50px;
}
.catalog .swiper-slide .catalog__content .catalog__logo {
  width: 120px;
  margin-bottom: 10px;
}
.catalog .swiper-slide .catalog__content .collection {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  place-self: end;
}
.catalog .swiper-slide .catalog__content .collection .collection__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #feb900;
  border-radius: 30px;
  padding: 5px 10px;
  margin-right: 10px;
  transition: 0.7s;
}
.catalog .swiper-slide .catalog__content .collection .collection__btn p {
  font-weight: 200;
}
.catalog .swiper-slide .catalog__content .collection .collection__btn img {
  width: 50px;
  padding: 0 10px;
}
.catalog .swiper-slide .catalog__content .collection i {
  border: 1px solid #feb900;
  padding: 8px 10px;
  border-radius: 100%;
  cursor: pointer;
  transition: 0.7s;
}
.catalog .swiper-slide .catalog__content .download {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  place-self: end;
}
.catalog .swiper-slide .catalog__content .download .download__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #feb900;
  border-radius: 30px;
  padding: 5px 10px;
  margin-right: 10px;
  transition: 0.7s;
}
.catalog .swiper-slide .catalog__content .download .download__btn p {
  font-weight: 200;
}
.catalog .swiper-slide .catalog__content .download i {
  border: 1px solid #feb900;
  padding: 8px 10px;
  border-radius: 100%;
  cursor: pointer;
  transition: 0.7s;
}
.catalog .swiper-slide .catalog__content h2 {
  font-weight: 300;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: left;
}
.catalog .swiper-slide .catalog__content .catalog__number {
  position: absolute;
  bottom: 0;
  left: 0;
  border: 1px solid #808081;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1px;
  color: #808081;
  width: 30px;
  height: 30px;
  padding-top: 4px;
}
.catalog .swiper-slide .catalog__img {
  padding-left: 100px;
}
.catalog .swiper-slide .catalog__img img {
  max-width: 400px;
  height: 450px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .catalog__slider {
    width: 85% !important;
  }
}
@media (max-width: 425px) {
  .catalog__slider {
    width: 74% !important;
    height: 500px !important;
  }
  .catalog__slider .swiper-slide {
    grid-template-columns: 1fr;
  }
  .catalog__slider .swiper-slide .catalog__content {
    margin: 40px 0 0 40px;
  }
  .catalog__slider .swiper-slide .catalog__content .collection__btn img {
    display: none;
  }
  .catalog__slider .swiper-slide .catalog__content .collection, .catalog__slider .swiper-slide .catalog__content .download {
    justify-content: flex-start;
    width: 100%;
  }
  .catalog__slider .swiper-slide .catalog__img {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }
  .catalog__slider .swiper-slide .catalog__img img {
    max-width: 70% !important;
    height: 200px;
    padding-bottom: 10px;
  }
}
.catalog__menu {
  position: relative;
  padding: 60px 40px;
}
.catalog__menu .menu__shape {
  width: 35px;
  height: 35px;
  background-color: #feb900;
  border: 1px solid #feb900;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 7px;
  cursor: pointer;
  transition: 1s;
  z-index: 2;
}
.catalog__menu .menu__shape:hover {
  background-color: transparent;
  border: 1px solid #feb900;
  transition: 1s;
}
.catalog__menu .menu__shape:hover .menu--icon {
  background-color: #feb900;
}
.catalog__menu .menu__shape .menu--icon {
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 1px;
  margin: 3px;
}
.catalog__menu .menu__open {
  display: none;
}
.catalog__menu .menu__open .menu__inner {
  position: absolute;
  bottom: 28%;
  left: 2%;
  width: 350px;
  height: 300px;
  background-color: #515151;
  border-radius: 10px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  flex-wrap: wrap;
}
.catalog__menu .menu__open .menu__inner .logo {
  width: 160px;
  height: 50px;
  background-color: #606060;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  cursor: pointer;
  color: #fff;
}
.catalog__menu .menu__open .menu__inner .logo:hover {
  background-color: #404040;
  transition: 0.5s;
}
.catalog__menu .menu__open .menu__inner .logo img {
  width: 50px;
}
.catalog__menu .close__menu_container {
  width: 100%;
  display: block;
}
.catalog__menu .close__menu_container .close__menu {
  width: 50px;
  height: 50px;
  display: block;
  background-color: #feb900;
  border-radius: 100%;
  position: relative;
  cursor: pointer;
  transition: 0.5s;
  margin-left: 2px;
}
.catalog__menu .close__menu_container .close__menu .menu__icon--close1 {
  position: relative;
  top: 50%;
  left: 20%;
  transform: rotate(45deg);
  width: 30px;
  height: 1.5px;
  background-color: #fff;
}
.catalog__menu .close__menu_container .close__menu .menu__icon--close2 {
  position: relative;
  top: 48%;
  left: 20%;
  transform: rotate(-45deg);
  width: 30px;
  height: 1.5px;
  background-color: #fff;
}
.catalog__menu .close__menu_container .close__menu:hover, .catalog__menu .close__menu_container .close__menu .menu__icon--close1 .menu__icon--close2 {
  transform: scale(0.9);
  transition: 0.5s;
}

.aboutus-page {
  height: auto;
  position: relative;
}
.aboutus-page .logo {
  width: 100px;
}
.aboutus-page .home-page__header {
  height: auto;
}
.aboutus-page .scroll__btn {
  bottom: -135px;
}

.swiper__main {
  margin: auto;
  background: white;
  position: relative;
  margin: 50px 0;
}
.swiper__main .aboutus__slider {
  background-color: #fff;
  max-width: 1280px;
  margin: 0 auto;
}
.swiper__main .aboutus__slider .swiper {
  width: 100%;
  height: 100%;
}
.swiper__main .aboutus__slider .swiper .swiper-slide-bg {
  width: 100px;
  height: 100px;
}
.swiper__main .aboutus__slider .next-slide {
  flex-direction: row-reverse;
}
.swiper__main .aboutus__slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 50px 0;
}
.swiper__main .aboutus__slider .swiper-slide .slider__images {
  width: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper__main .aboutus__slider .swiper-slide .slider__images .slide__img--bg {
  width: 100%;
  object-fit: contain;
  position: absolute;
  z-index: -1;
}
.swiper__main .aboutus__slider .swiper-slide .slide__content {
  direction: rtl;
  text-align: justify;
  width: 40%;
}
.swiper__main .aboutus__slider .swiper-slide .slide__content h1 {
  margin-bottom: 15px;
}
.swiper__main .aboutus__slider .swiper-slide .slide__content p {
  opacity: 0.6;
}
.swiper__main .aboutus__slider .slide__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper__main .aboutus__slider .aboutus-p__pagination {
  display: flex;
  justify-content: space-evenly;
  bottom: 0;
}
.swiper__main .aboutus__slider .aboutus-p__pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}
.swiper__main .aboutus__slider .aboutus-p__pagination .swiper-pagination-bullet-active {
  background: #feb900;
}
.swiper__main .scroll__btn {
  position: absolute;
  bottom: -140px;
  left: 50%;
}

@media (max-width: 1440px) {
  .swiper__main {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .swiper__main {
    margin: 0 0 100px;
  }
  .swiper-slide {
    flex-direction: column;
  }
  .slide__content {
    width: 90% !important;
  }
  .slider__images {
    width: 90% !important;
  }
  .swiper__main .aboutus-p__slider .swiper-slide {
    flex-direction: column;
  }
}
.aboutus-page__brands {
  background: #e8e7e7;
  width: 100%;
}
.aboutus-page__brands .expand-cards {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  margin: auto;
  padding: 100px 0;
}
.aboutus-page__brands .expand-cards .expand-cards__panel {
  position: relative;
  border: 0.5px solid #808184;
  background: #fff;
  height: 700px;
  padding: 5px;
  border-radius: 15px;
  flex: 0.5;
  transition: flex 1.5s ease-in-out;
  cursor: pointer;
}
.aboutus-page__brands .expand-cards .expand-cards__panel.active {
  flex: 5;
}
.aboutus-page__brands .expand-cards .expand-cards__panel .expand-cards__icon {
  display: none;
}
.aboutus-page__brands .expand-cards .expand-cards__panel.active .expand-cards__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #808184;
  width: 30px;
  height: 30px;
  padding: 5px;
  border-radius: 100px;
  animation: 1s iconActive 1s both;
  margin-left: 20px;
}
@keyframes iconActive {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@media (max-width: 425px) {
  .aboutus-page__brands .expand-cards .expand-cards__panel.active .expand-cards__icon {
    display: none;
  }
}
.aboutus-page__brands .expand-cards .expand-cards__panel.active .expand-cards__inner {
  justify-content: space-between;
}
.aboutus-page__brands .expand-cards .expand-cards__panel.active .expand-cards__brand {
  transition: 1.5s ease-in-out;
  transform: scale(2);
  margin-right: 60px;
}
.aboutus-page__brands .expand-cards .expand-cards__panel .expand-cards--img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  border-radius: 10px;
}
.aboutus-page__brands .expand-cards .expand-cards__panel .expand-cards__inner {
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 0.5px solid #808184;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 100%;
  padding: 30px 0;
  height: 80px;
}
.aboutus-page__brands .expand-cards .expand-cards__panel .expand-cards__inner .expand-cards__brand {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
}
.aboutus-page__brands .expand-cards .expand-cards__panel .expand-cards__inner .expand-cards__brand .gessi {
  margin-top: 5px;
}

@media (max-width: 1440px) {
  .expand-cards {
    padding: 100px 20px !important;
  }
}
@media (max-width: 425px) {
  .expand-cards__panel {
    height: 400px !important;
  }
}
.aboutus-page__logo {
  position: relative;
}
.aboutus-page__logo .sadra__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
  margin: 100px 0;
}
.aboutus-page__logo .sadra__logo .sadra__logo--bg {
  position: absolute;
  background: url(bg-min.png);
  background-position: center center;
  background-size: cover;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  animation: bg-scrolling 20.92s infinite;
  animation-timing-function: linear;
}
@keyframes bg-scrolling {
  100% {
    background-position: 0px 200px;
  }
}
.aboutus-page__logo .sadra__logo .logo {
  width: 200px;
}

.customer__title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.customer__title .title {
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 30px;
  padding: 5px 50px;
  font-weight: 200;
  z-index: 1;
}
.customer__title .title__line {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #707070;
  overflow: hidden;
}

.customer__logo {
  max-width: 1280px;
  margin: auto;
  margin-bottom: 100px;
}
.customer__logo .customer__logo__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.customer__logo .customer__logo__inner .customer-logo--box {
  width: 100px;
  height: 100px;
  border: 1px solid #808184;
  border-radius: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  transition: 0.5s;
}
.customer__logo .customer__logo__inner .customer-logo--box:hover {
  border-color: #feb900;
  transition: 0.5s;
}
.customer__logo .customer__logo__inner .customer-logo--box img {
  opacity: 0.8;
  transition: 0.5s;
}
.customer__logo .customer__logo__inner .customer-logo--box img:hover {
  transform: scale(1.1);
  transition: 0.5s;
  opacity: 1;
}

.contactus-page {
  height: auto;
}
.contactus-page .logo {
  width: 100px;
}
.contactus-page .home-page__header {
  height: auto;
}

.contactus-page__top {
  width: 100%;
  position: relative;
  height: 580px;
}
.contactus-page__top .scroll__btn {
  bottom: -35%;
}
.contactus-page__top .contactus-page__sketch {
  pointer-events: none;
}
.contactus-page__top .contactus-page__sketch .contactus-page__svg,
.contactus-page__top .contactus-page__sketch .contactus-page__svg2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.contactus-page__top .contactus-page__sketch .contactus-page__svg3 {
  position: absolute;
  left: 0%;
  transform: translateX(-50%);
}
.contactus-page__top .contactus-page__sketch .contactus-page__svg2 {
  margin-top: 58px;
}
.contactus-page__top .contactus-page__inner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 550px;
}
.contactus-page__top .contactus-page__inner .contactus-page__content .contactus-page__content--title {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
  padding-top: 110px;
}
.contactus-page__top .contactus-page__inner .contactus-page__content .contactus-page__content--title:after {
  content: "";
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  height: 0.5px;
  background: #a6a6a9;
}
.contactus-page__top .contactus-page__inner .contactus-page__content .contactus-page__content__inner {
  position: relative;
  top: 70px;
  width: 515px;
  direction: ltr;
}
.contactus-page__top .contactus-page__inner .contactus-page__content .contactus-page__content__inner:last-child {
  padding-top: 0;
}
.contactus-page__top .contactus-page__inner .contactus-page__content .contactus-page__content__inner .contactus-page__content__inner--info {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 5px;
}
.contactus-page__top .contactus-page__inner .contactus-page__content .contactus-page__content__inner .contactus-page__content__inner--info a {
  margin-top: -2px;
}
.contactus-page__top .contactus-page__inner .contactus-page__content .contactus-page__content__inner .contactus-page__content__inner--info .content__inner--phone--icon {
  margin-left: 10px;
}

.contactus-page__bottom {
  width: 100%;
  position: relative;
  margin-top: 250px;
  background-color: #f3f2f2;
  background-image: url(contactus-page-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.contactus-page__bottom .contactus-page__sketch--bottom {
  pointer-events: none;
}
.contactus-page__bottom .contactus-page__sketch--bottom .contactus-page__svg--bottom {
  position: absolute;
  left: 50%;
  top: -250px;
  transform: translateX(-50%);
}
.contactus-page__bottom .contactus-page__bottom--video {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.contactus-page__bottom .contactus-page__bottom--video::before {
  position: absolute;
  content: "";
  width: 700px;
  height: 0.5px;
  background: #a6a6a9;
  top: -1%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contactus-page__bottom .contactus-page__bottom--video video {
  width: 520px;
  height: 300px;
  object-fit: cover;
  border-bottom-left-radius: 400px;
  border-bottom-right-radius: 400px;
}

.contactus-page__bottom__form {
  padding: 100px 0;
  width: 100%;
}
.contactus-page__bottom__form .contactus-page__bottom__form__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  direction: rtl;
}
.contactus-page__bottom__form .contactus-page__bottom__form__inner input,
.contactus-page__bottom__form .contactus-page__bottom__form__inner textarea {
  width: 50%;
  border: 2px solid #808184;
  border-radius: 5px;
  padding: 7px 10px;
  margin-bottom: 10px;
  outline: none;
}
.contactus-page__bottom__form .contactus-page__bottom__form__inner input[type=submit] {
  width: 10%;
  background-color: #fff;
  border-radius: 20px;
  margin: 10px 0;
  cursor: pointer;
  transition: 0.7s;
}
.contactus-page__bottom__form .contactus-page__bottom__form__inner input[type=submit]:hover {
  border-color: #feb900;
  color: #feb900;
  transition: 0.7s;
}

.contact-form {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
}

.contact-form form,
input[type=email] {
  width: 500px;
  direction: rtl !important;
}

.contact-form form input,
textarea {
  width: 100%;
  border: 2px solid #808184;
  border-radius: 5px;
  padding: 7px 10px;
  margin-bottom: 10px;
  outline: none;
}

.contact-form input[type=submit] {
  width: 140px;
  border-radius: 30px;
  transition: 0.5s;
  cursor: pointer;
  margin-top: 15px;
}

.contact-form input[type=submit]:hover {
  background-color: #808184;
  color: #fff;
  transition: 0.5s;
}

.contact-form .f-captcha p {
  display: flex;
  justify-content: start;
  align-items: center;
}

.contact-form img {
  width: 70px;
  margin-left: 15px;
}

.contact-form .f-captcha input {
  padding: 0 10px;
  margin: 0;
}

@media (max-width: 425px) {
  .contact-form form,
  input[type=email] {
    width: 100%;
  }
}
@media (max-width: 425px) {
  .contactus-page__bottom--video::before {
    width: 400px !important;
  }
  .contactus-page__bottom--video video {
    width: 360px !important;
    height: 220px !important;
  }
  .contactus-page__svg--bottom {
    width: 90%;
    top: -247px !important;
  }
  .contactus-page__bottom__form__inner input,
  textarea {
    width: 80% !important;
  }
}
@media (max-width: 768px) {
  .contactus-page__svg--bottom {
    width: 90%;
    top: -247px !important;
  }
  .contactus-page__bottom__form__inner input,
  textarea {
    width: 80% !important;
  }
}
@media (max-width: 425px) {
  .contactus-page__svg2 {
    width: 80%;
  }
  .contactus-page__svg {
    width: 65%;
  }
  .contactus-page__content--title::after {
    width: 400px !important;
  }
  .contactus-page__content__inner {
    width: 345px !important;
  }
}
.service-page {
  height: auto;
}
.service-page .logo {
  width: 100px;
}
.service-page .home-page__header {
  height: auto;
}
.service-page .header--bg {
  max-height: 220px;
}
.service-page .header {
  padding-bottom: 0;
}

.service__header {
  position: relative;
}
.service__header .service__banner {
  height: 500px;
  max-height: 500px;
  width: 100%;
  opacity: 0.9;
  background-image: url(service_p_banner.png);
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 425px) {
  .service__header .service__banner {
    height: 300px;
  }
}
.service__header .service__title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -25px;
}
.service__header .service__title .title {
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 30px;
  padding: 5px 50px;
  font-weight: 200;
  z-index: 1;
}
.service__header .service__title .title--line {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #707070;
  overflow: hidden;
}

@media (max-width: 425px) {
  .service__banner {
    background-attachment: scroll !important;
  }
}
.service__ourservice {
  position: relative;
  height: 500px;
}
.service__ourservice .ourservice__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: -20px;
  opacity: 0.3;
  background-image: url(bg-min.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.service__ourservice .ourservice__slider {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  padding: 100px 0;
}
.service__ourservice .ourservice__slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 425px) {
  .service__ourservice .ourservice__slider .swiper-slide {
    margin-top: 80px;
  }
}
.service__ourservice .ourservice__slider .swiper-slide .service__content {
  max-width: 1440px;
  text-align: center;
}
.service__ourservice .ourservice__slider .swiper-slide .service__content h1 {
  margin-bottom: 20px;
}
.service__ourservice .ourservice__slider .swiper-slide .service__content p {
  line-height: 2;
  font-size: 18px;
}
.service__ourservice .ourservice__slider .ourservice__pagination {
  display: flex;
  justify-content: space-between;
  bottom: 0;
}
.service__ourservice .ourservice__slider .ourservice__pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}
.service__ourservice .ourservice__slider .ourservice__pagination .swiper-pagination-bullet-active {
  background: #feb900;
}
.service__ourservice .scroll__btn {
  bottom: -3%;
  background-color: #fff !important;
}

.service__representation {
  background-color: #feb900;
  width: 100%;
  position: relative;
  margin-top: -20px;
}
.service__representation .service__title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
  background-color: #feb900;
}
.service__representation .service__title .title {
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 30px;
  padding: 5px 35px;
  font-weight: 200;
  z-index: 1;
}
.service__representation .service__title .title--line {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #707070;
  overflow: hidden;
}
.service__representation .representation__map {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 150px;
  background-color: #feb900;
  position: relative;
}
.service__representation .representation__map .svg__map #yazd,
.service__representation .representation__map .svg__map #fars,
.service__representation .representation__map .svg__map #tehran,
.service__representation .representation__map .svg__map #east-azarbayjan {
  fill: #cbc7c2;
  cursor: pointer;
}
.service__representation .representation__map .svg__map #yazd:hover,
.service__representation .representation__map .svg__map #fars:hover,
.service__representation .representation__map .svg__map #tehran:hover,
.service__representation .representation__map .svg__map #east-azarbayjan:hover {
  fill: #a59282;
}
.service__representation .representation__map .tehran__state {
  position: absolute;
  top: 5%;
  left: 45%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 100px;
  background-color: #e5e4e4;
  border-radius: 10px;
  border: 1px solid #808081;
  z-index: 10;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  opacity: 0;
  transition: 0.5s;
}
.service__representation .representation__map .tehran__state::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100px;
  top: 100%;
  left: 30%;
  background-color: #808081;
}
@media (max-width: 425px) {
  .service__representation .representation__map .tehran__state {
    opacity: 1;
    scale: 0.7;
    top: 27%;
    left: 65%;
  }
  .service__representation .representation__map .tehran__state::before {
    width: 110px;
    height: 1px;
    top: 85%;
    left: -85%;
  }
}
.service__representation .representation__map .yazd__state {
  position: absolute;
  top: 53%;
  right: 5%;
  transform: translate(-50%, -50%);
  width: 200px;
  background-color: #e5e4e4;
  border-radius: 5px;
  border: 1px solid #808081;
  z-index: 10;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  padding: 5px;
  direction: rtl;
  opacity: 0;
  transition: 0.5s;
}
.service__representation .representation__map .yazd__state .address,
.service__representation .representation__map .yazd__state .phone,
.service__representation .representation__map .yazd__state .mail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
  text-align: right;
  margin-bottom: 5px;
}
.service__representation .representation__map .yazd__state .address i,
.service__representation .representation__map .yazd__state .phone i,
.service__representation .representation__map .yazd__state .mail i {
  border: 1px solid #808081;
  border-radius: 3px;
  padding: 5px;
  font-size: 10px;
  margin-left: 10px;
}
.service__representation .representation__map .yazd__state::before {
  position: absolute;
  content: "";
  width: 300px;
  height: 1px;
  top: -25%;
  right: 100%;
  background-color: #808081;
}
.service__representation .representation__map .yazd__state:after {
  position: absolute;
  content: "یزد";
  width: 200px;
  height: 25px;
  top: -35%;
  right: 0;
  background-color: #e5e4e4;
  border: 1px solid #808081;
  border-radius: 30px;
}
@media (max-width: 1024px) {
  .service__representation .representation__map .yazd__state::before {
    width: 120px;
    height: 1px;
    top: -25%;
    right: 96%;
  }
}
@media (max-width: 768px) {
  .service__representation .representation__map .yazd__state {
    opacity: 1;
  }
  .service__representation .representation__map .yazd__state::before {
    width: 50px;
  }
}
@media (max-width: 425px) {
  .service__representation .representation__map .yazd__state {
    opacity: 1;
    scale: 0.7;
    top: 48%;
    right: -23%;
  }
}
.service__representation .representation__map .fars__state {
  position: absolute;
  bottom: 20%;
  left: 25%;
  transform: translate(-50%, -50%);
  width: 200px;
  background-color: #e5e4e4;
  border-radius: 5px;
  border: 1px solid #808081;
  z-index: 10;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  padding: 5px;
  direction: rtl;
  opacity: 0;
  transition: 0.5s;
}
.service__representation .representation__map .fars__state .address,
.service__representation .representation__map .fars__state .phone,
.service__representation .representation__map .fars__state .mail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
  text-align: right;
  margin-bottom: 5px;
}
.service__representation .representation__map .fars__state .address i,
.service__representation .representation__map .fars__state .phone i,
.service__representation .representation__map .fars__state .mail i {
  border: 1px solid #808081;
  border-radius: 3px;
  padding: 5px;
  font-size: 10px;
  margin-left: 10px;
}
.service__representation .representation__map .fars__state::before {
  position: absolute;
  content: "";
  width: 160px;
  max-width: 250px;
  height: 1px;
  top: -25%;
  left: 100%;
  background-color: #808081;
}
.service__representation .representation__map .fars__state:after {
  position: absolute;
  content: "شیراز";
  width: 200px;
  height: 25px;
  top: -34%;
  right: 0;
  background-color: #e5e4e4;
  border: 1px solid #808081;
  border-radius: 30px;
}
@media (max-width: 1024px) {
  .service__representation .representation__map .fars__state::before {
    width: 100px;
  }
}
@media (max-width: 768px) {
  .service__representation .representation__map .fars__state {
    opacity: 1;
  }
  .service__representation .representation__map .fars__state::before {
    width: 50px;
  }
}
@media (max-width: 425px) {
  .service__representation .representation__map .fars__state {
    opacity: 1;
    scale: 0.7;
    bottom: 30%;
    left: 15%;
  }
}
.service__representation .representation__map .east-azarbayjan__state {
  position: absolute;
  top: 20%;
  left: 15%;
  transform: translate(-50%, -50%);
  width: 200px;
  background-color: #e5e4e4;
  border-radius: 5px;
  border: 1px solid #808081;
  z-index: 10;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  padding: 5px;
  direction: rtl;
  opacity: 0;
  transition: 0.5s;
}
.service__representation .representation__map .east-azarbayjan__state .address,
.service__representation .representation__map .east-azarbayjan__state .phone,
.service__representation .representation__map .east-azarbayjan__state .mail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
  text-align: right;
  margin-bottom: 5px;
}
.service__representation .representation__map .east-azarbayjan__state .address i,
.service__representation .representation__map .east-azarbayjan__state .phone i,
.service__representation .representation__map .east-azarbayjan__state .mail i {
  border: 1px solid #808081;
  border-radius: 3px;
  padding: 5px;
  font-size: 10px;
  margin-left: 10px;
}
.service__representation .representation__map .east-azarbayjan__state::before {
  position: absolute;
  content: "";
  width: 100px;
  max-width: 250px;
  height: 1px;
  top: -25%;
  left: 100%;
  background-color: #808081;
}
.service__representation .representation__map .east-azarbayjan__state:after {
  position: absolute;
  content: "آذربایجان شرقی";
  width: 200px;
  height: 25px;
  top: -38%;
  right: 0;
  background-color: #e5e4e4;
  border: 1px solid #808081;
  border-radius: 30px;
}
@media (max-width: 1024px) {
  .service__representation .representation__map .east-azarbayjan__state {
    top: 35%;
  }
  .service__representation .representation__map .east-azarbayjan__state::before {
    width: 1px;
    height: 57px;
    top: -76%;
    left: 55%;
  }
}
@media (max-width: 768px) {
  .service__representation .representation__map .east-azarbayjan__state {
    opacity: 1;
    top: 35%;
  }
  .service__representation .representation__map .east-azarbayjan__state::before {
    width: 1px;
    height: 100px;
    top: -127%;
    left: 55%;
  }
}
@media (max-width: 425px) {
  .service__representation .representation__map .east-azarbayjan__state {
    opacity: 1;
    scale: 0.7;
    top: 15%;
  }
  .service__representation .representation__map .east-azarbayjan__state::before {
    width: 1px;
    top: 100%;
    left: 25%;
    height: 50px;
  }
}
.service__representation .scroll__btn {
  bottom: -3%;
  background-color: white !important;
}

.service__guarantee {
  position: relative;
}
.service__guarantee .spacer {
  height: 100px;
}
.service__guarantee .guarantee__title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
}
.service__guarantee .guarantee__title .title {
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 30px;
  padding: 5px 35px;
  font-weight: 200;
  z-index: 1;
}
.service__guarantee .guarantee__title .title--line {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #707070;
  overflow: hidden;
}
.service__guarantee .guarantee__inner {
  display: grid;
  align-items: start;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  direction: rtl;
}
@media (max-width: 1024px) {
  .service__guarantee .guarantee__inner {
    grid-template-columns: 1fr;
  }
}
.service__guarantee .guarantee__inner .guarantee__validity {
  width: 100%;
}
.service__guarantee .guarantee__inner .guarantee__validity .validity__title {
  border: 1px solid #707070;
  border-radius: 30px;
  padding: 5px 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.service__guarantee .guarantee__inner .guarantee__validity .validity__inner {
  border: 1px solid #707070;
  border-radius: 30px;
  padding: 5px 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.service__guarantee .guarantee__inner .guarantee__validity .validity__inner::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-color: white;
  border-radius: 100%;
  border: 1px solid #feb900;
}
.service__guarantee .guarantee__inner .guarantee__validity .validity__inner .guarantee__content {
  margin-right: 30px;
}
.service__guarantee .guarantee__inner .guarantee__cancellation {
  width: 100%;
}
.service__guarantee .guarantee__inner .guarantee__cancellation .cancellation__title {
  border: 1px solid #707070;
  border-radius: 30px;
  padding: 5px 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.service__guarantee .guarantee__inner .guarantee__cancellation .cancellation__inner {
  border: 1px solid #707070;
  border-radius: 30px;
  padding: 5px 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.service__guarantee .guarantee__inner .guarantee__cancellation .cancellation__inner::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-color: white;
  border-radius: 100%;
  border: 1px solid #feb900;
}
.service__guarantee .guarantee__inner .guarantee__cancellation .cancellation__inner .cancellation__content {
  margin-right: 30px;
}

.media-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -22px;
  margin-bottom: 50px;
}
.media-title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #707070;
}
.media-title h1 {
  border: 1px solid #feb900;
  font-size: 24px;
  border-radius: 25px;
  padding: 2px 50px;
  background-color: #fff;
  z-index: 1;
}

.brands-selector {
  max-width: 1280px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin: 0 auto;
}
.brands-selector .card {
  flex: 1 0 8%;
  height: 120px;
  border: 1px solid #707070;
  border-radius: 15px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  cursor: pointer;
}
.brands-selector .card.active-card {
  transition: 0.5s;
  background-color: #e4e3e3;
  border: 1px solid #feb900;
  transform: scale(0.95);
}
.brands-selector .card img {
  width: 90px;
}

@media (max-width: 1280px) {
  .brands-selector .card {
    flex: 1 0 15% !important;
  }
}
.media-container {
  max-width: 1280px;
  padding: 0 20px;
  margin: auto;
}
.media-container .media-content {
  display: none;
  max-width: 1440px;
  width: 100%;
}
.media-container .media-content.active {
  display: block;
}
.media-container .media-content .media-content-selector {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 50px;
}
.media-container .media-content .media-content-selector .btn-media-handler {
  width: 120px;
  height: 30px;
  border: 1px solid #707070;
  border-radius: 25px;
  background-color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.media-container .media-content .media-content-selector .btn-media-handler.active-btn-handler {
  transition: 0.5s;
  background-color: #feb900;
  color: #fff;
}

.media-content-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  /* ---------- catalog ---------- */
  /* ---------- images ---------- */
  /* ---------- videos ---------- */
}
.media-content-inner .media-catalogs {
  max-width: 940px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.media-content-inner .catalog-card {
  margin-bottom: 15px;
}
.media-content-inner .catalog-card .card-img {
  width: 220px;
  height: 320px;
  border: 1px solid #707070;
  border-radius: 18px;
  object-fit: cover;
}
.media-content-inner .catalog-card p {
  border: 1px solid #feb900;
  border-radius: 20px;
  padding: 3px 10px;
  margin-bottom: 10px;
  text-align: right;
  text-overflow: ellipsis;
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  direction: rtl;
}
.media-content-inner .catalog-card div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.media-content-inner .catalog-card div .card-pdf {
  width: 75%;
  border: 1px solid #feb900;
  border-radius: 20px;
  padding: 3px 0px 3px 10px;
  text-align: center;
  font-size: 14px;
  transition: 0.5s;
  cursor: pointer;
}
.media-content-inner .catalog-card div .card-pdf:hover {
  background-color: #feb900;
  color: #fff;
  transition: 0.5s;
}
.media-content-inner .catalog-card div span i {
  padding: 6px 8px;
  border: 1px solid #feb900;
  border-radius: 100%;
  cursor: pointer;
}
.media-content-inner .catalog-card div span i:hover {
  background-color: #feb900;
  color: #fff;
  transition: 0.5s;
}
@media (max-width: 425px) {
  .media-content-inner .media-catalogs {
    justify-content: center;
  }
}
.media-content-inner .media-images {
  max-width: 940px;
  width: 100%;
  margin: auto;
  padding-bottom: 100px;
}
.media-content-inner .media-images .mi-slider {
  margin-bottom: 50px;
}
.media-content-inner .media-images .mi-slider img {
  border-radius: 20px;
  width: 100%;
  height: 533px;
  object-fit: cover;
}
.media-content-inner .media-images .mi-slider-thumb img {
  border-radius: 20px;
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.media-content-inner .media-videos {
  width: 940px;
  padding-bottom: 100px;
}
.media-content-inner .media-videos .mv-slider .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 10px;
}
.media-content-inner .media-videos .mv-slider2 {
  margin-bottom: 100px;
}
.media-content-inner .media-videos .mv-slider2 .swiper-slide .video {
  width: 936px;
  height: 533px;
}
.media-content-inner .media-videos .mv-slider2 .swiper-slide .video .h_iframe-aparat_embed_frame iframe {
  border-radius: 20px;
  border: 0;
}
.media-content-inner .media-videos .mv-slider .swiper-slide .video {
  width: 175px;
  margin-bottom: 10px;
}
.media-content-inner .media-videos .mv-slider .swiper-slide .video .h_iframe-aparat_embed_frame iframe {
  border-radius: 20px;
  border: 0;
}
.media-content-inner .swiper-button-next,
.media-content-inner .swiper-button-prev {
  margin: 0;
  width: 25px;
  height: 25px;
  border: 2px solid #feb900;
}
.media-content-inner .swiper-button-next::after,
.media-content-inner .swiper-button-prev::after {
  color: #feb900;
  font-size: 14px;
}

.inner {
  display: none;
}

.inner.active {
  display: block;
}

.brand-p-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -22px;
  margin-bottom: 50px;
}
.brand-p-title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #707070;
}
.brand-p-title h1 {
  border: 1px solid #feb900;
  font-size: 24px;
  border-radius: 25px;
  padding: 2px 50px;
  background-color: #fff;
  z-index: 1;
}

.brands-p {
  max-width: 1280px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin: 0 auto;
  padding: 50px 20px 100px;
}
.brands-p .card {
  flex: 1 0 200px;
  height: 200px;
  border: 1px solid #707070;
  border-radius: 15px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  cursor: pointer;
}
.brands-p .card:hover {
  transition: 0.5s;
  background-color: #e4e3e3;
  border: 1px solid #feb900;
  transform: scale(0.95);
}
.brands-p .card img {
  width: 150px;
}

/* ---------- single page ---------- */
.brands-p-logo {
  padding: 10px 20px;
  max-width: 1280px;
  margin: auto;
}
.brands-p-logo img {
  width: 120px;
  height: 45px;
  border: 1px solid #707070;
  border-radius: 20px;
  padding: 10px 20px;
}

.brands-p-slider {
  padding: 50px 20px 0;
  max-width: 1280px;
  margin: auto;
}
.brands-p-slider .bp-slider {
  border-radius: 20px;
  max-height: 600px;
}
.brands-p-slider .bp-slider img {
  object-fit: cover;
}
.brands-p-slider .bp-slider .swiper-button-next,
.brands-p-slider .bp-slider .swiper-button-prev {
  margin: 0;
  width: 25px;
  border: 2px solid #feb900;
}
.brands-p-slider .bp-slider .swiper-button-next::after,
.brands-p-slider .bp-slider .swiper-button-prev::after {
  color: #feb900;
}
.brands-p-slider .bp-slider .swiper-pagination-bullets {
  padding: 5px;
  background-color: #fff;
  border-radius: 20px;
  opacity: 0.9;
}
.brands-p-slider .bp-slider .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #feb900;
}

.brands-p-content {
  padding: 50px 20px;
  max-width: 1280px;
  margin: auto;
  direction: rtl;
}
.brands-p-content p {
  line-height: 2;
}

.brands-p-video {
  max-width: 1280px;
  margin: auto;
  padding: 20px;
  border-radius: 20px;
}

@media (max-width: 768px) {
  .bp-slider {
    max-height: 250px !important;
  }
}
.career-container {
  max-width: 1280px;
  padding: 0 20px;
  margin: auto;
  direction: rtl;
  padding: 100px 20px;
}
.career-container .career-card {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: 20px;
}
.career-container .career-card .card .card-title,
.career-container .career-card .card .card-desc1,
.career-container .career-card .card .card-desc2,
.career-container .career-card .card .card-desc3,
.career-container .career-card .card .card-info {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.career-container .career-card .card .card-title {
  padding-bottom: 20px;
}
.career-container .career-card .card .card-title .card-icon {
  border: 1px solid #fac34e;
  border-radius: 8px;
  padding: 15px;
}
.career-container .career-card .card .card-title .content {
  border: 1px solid #fac34e;
  border-radius: 8px;
  width: 100%;
  padding: 0 5px;
}
.career-container .career-card .card .card-desc1 .card-icon,
.career-container .career-card .card .card-desc2 .card-icon,
.career-container .career-card .card .card-desc3 .card-icon {
  border: 1px solid #a1a1a1;
  border-radius: 8px;
  height: auto;
  padding: 4px 4px 0px 4px;
}
.career-container .career-card .card .card-desc1 .content,
.career-container .career-card .card .card-desc2 .content,
.career-container .career-card .card .card-desc3 .content {
  border: 1px solid #a1a1a1;
  border-radius: 8px;
  width: 100%;
  padding: 0 10px;
}
.career-container .career-card .card .card-info {
  padding: 10px 35px 0 10px;
}
.career-container .career-card .card .card-info .card-icon {
  color: #fac34e;
  font-size: 20px;
  padding-left: 5px;
}

.cv_upload {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  direction: rtl;
  padding: 50px 0;
}

.cv_file {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

@media (max-width: 768px) {
  .cv_file {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start !important;
    gap: 10px;
  }
}
.cv_file p label {
  margin-left: 15px;
}

.cv_captcha p {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cv_upload form {
  direction: rtl;
  border: 1px solid #a1a1a1;
  padding: 15px 15px;
  border-radius: 8px;
  display: flex;
  align-items: center;
}

.cv_upload form img {
  width: 80px !important;
}

.cv_upload form input[type=submit] {
  border: 2px solid #000;
  background: #fff;
  border-radius: 30px;
  padding: 6px 18px;
  cursor: pointer;
  margin-right: 15px;
  transition: 0.5s;
}

.cv_upload form input[type=submit]:hover {
  background: #feb900;
  color: #fff;
  border: 2px solid #feb900;
  transition: 0.5s;
}

@media (max-width: 640px) {
  .career-card {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
.page__404 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 500px;
}

.footer {
  width: 100%;
}
.footer .footer__bottom {
  width: 100%;
  padding: 100px 0px 30px;
  background: #e8e7e7;
}
.footer .footer__bottom .footer__logo {
  display: block;
  margin-bottom: 20px;
}
.footer .footer__bottom .footer__logo img {
  width: 150px;
  cursor: pointer;
}
.footer .footer__bottom .footer__absolute {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .footer__bottom .footer__absolute p {
  font-size: 0.8em;
}
.footer .footer__bottom .footer__absolute .footer__line {
  background: #000;
  height: 1px;
  width: 70%;
  text-align: center;
  line-height: 3;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .footer .footer__bottom .footer__absolute .footer__line {
    display: none;
  }
}
.footer .footer__bottom .footer__absolute .footer__social i {
  border: 1px solid #000;
  border-radius: 100%;
  padding: 5px;
  transition: 0.5s;
  margin-right: 2px;
}
.footer .footer__bottom .footer__absolute .footer__social i:hover {
  color: #fff;
  background: #000;
}
.footer .footer__bottom .footer__absolute .footer__social .fa-facebook::before {
  margin-left: 1px;
}

.footer__newsletter {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #feb900;
  flex-direction: column;
}
.footer__newsletter .newsletter__content {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 20px 0;
}
.footer__newsletter .newsletter__content:hover i {
  scale: 0.9;
  background-color: #fff;
  border-color: transparent;
  color: #feb900;
  transition: 0.7s;
}
.footer__newsletter .newsletter__content .arrow {
  transition: 0.7s;
  border: 1px solid #000;
  border-radius: 100%;
  padding: 5px 7px;
  font-size: 14px;
  margin-right: 10px;
}
.footer__newsletter .newsletter__content .arrow__anim {
  transform: rotate(-90deg);
  transition: 0.5s;
}
.footer__newsletter .newsletter__content p {
  font-weight: 500;
  margin-right: 10px;
}
.footer__newsletter .newsletter__input {
  display: flex;
  position: relative;
  width: 100%;
  background: #feb900;
  display: none;
  margin: 30px 0;
  max-width: 1280px;
}
.footer__newsletter .newsletter__input .input-email {
  background: transparent;
  border-top: 0px;
  border-right: 0px;
  border-left: 0;
  border-bottom: 1px solid #000;
  text-align: right;
  width: 100%;
  outline: none !important;
}
.footer__newsletter .newsletter__input .input-submit {
  position: absolute;
  bottom: 10px;
  border: 1px solid #000;
  border-radius: 40px;
  background: transparent;
  text-align: right;
  padding: 0px 30px;
  transition: 0.5s;
  cursor: pointer;
}
.footer__newsletter .newsletter__input .input-submit:hover {
  background-color: #fff;
  border-color: #fff;
  color: #feb900;
  transition: 0.5s;
}

.newsletter__input form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.newsletter__input form .newsletter_input {
  width: 100%;
}

.newsletter__input form .newsletter_input input {
  width: 100%;
  border-bottom: 1px solid #000;
  background: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
}

.newsletter__input form .newsletter_input input:focus-visible {
  border-bottom: 1px solid #000;
  border-top: none;
  border-left: none;
  border-right: none;
  outline: none;
}

.newsletter__input form .newsletter-captcha {
  position: absolute;
  left: 140px;
  direction: rtl;
  top: -5px;
}

.newsletter__input form .newsletter-captcha p {
  display: flex;
}

.newsletter__input form .newsletter-captcha img {
  margin-left: 10px;
  background: transparent;
}

.newsletter-captcha input.wpcf7-form-control.wpcf7-captchar {
  background: transparent;
  border-radius: 10px;
  padding: 0 2px;
}

.newsletter__input form .newsletter_btn {
  position: absolute;
  top: -15px;
}

.newsletter__input .newsletter_btn input {
  background: transparent;
  border-radius: 30px;
  padding: 1px 20px;
  border: 1px solid #000 !important;
  transition: 0.5s;
}

.newsletter__input .newsletter_btn input:hover {
  background: #fff;
  border: 1px solid #fff;
  transition: 0.5s;
  cursor: pointer;
}

@media (max-width: 1440px) {
  .newsletter__input {
    width: 95% !important;
  }
}
