@-webkit-keyframes shake {
  0%, 25%, 83%, 100% {
      -webkit-transform: rotatez(0deg);
      transform: rotatez(0deg);
  }
  32.5%, 62.5% {
      -webkit-transform: rotatez(-5deg);
      transform: rotatez(-5deg);
  }
  47.5%, 75.5% {
      -webkit-transform: rotatez(5deg);
      transform: rotatez(5deg);
  }
}
@keyframes shake {
  0%, 25%, 83%, 100% {
      -webkit-transform: rotatez(0deg);
      transform: rotatez(0deg);
  }
  32.5%, 62.5% {
      -webkit-transform: rotatez(-5deg);
      transform: rotatez(-5deg);
  }
  47.5%, 75.5% {
      -webkit-transform: rotatez(5deg);
      transform: rotatez(5deg);
  }
}



@-webkit-keyframes ripple-wave {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}

@keyframes ripple-wave {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes bunner-img {
  0% {
    transform: scale(1.2);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.2);
  }
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

/*component*/

/*font-style*/
@font-face {
  font-family: PeydaRegular;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../Fonts/peyda/PeydaWeb-Regular.woff") format("woff");
}

@font-face {
  font-family: Peyda;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../../Fonts/peyda/PeydaWeb-Medium.woff") format("woff");
}
@font-face {
  font-family: PeydaSemiBold;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../../Fonts/peyda/PeydaWeb-SemiBold.woff") format("woff");
}
@font-face {
  font-family: DemiBold;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../../Fonts/peyda/PeydaWeb-Bold.woff") format("woff");
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Peyda, sans-serif;
  background-color: #fff;
  direction: rtl;
  font-size: 14px;
  color: #222222;
}

*::-webkit-scrollbar {
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 4px;
}
*::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  border-radius: 5px;
}


/*icon*/



/*component*/

.header.header_class{
  -webkit-box-shadow: 0 4px 16px var(--Primary);
  box-shadow: 0 4px 16px var(--Primary);
  animation:slideInDown 0.6s;
}

/*section-three*/
.line::after {
  display: block;
  content: "";
  height: 3px;
  border-radius: 50px;
  background: var(--orange);
  position: absolute;
  top: 50%;
  right: -50%;
  transform: translate(100%, 50%);
}
.line::before {
  display: block;
  content: "";
  height: 3px;
  border-radius: 50px;
  background: var(--orange);
  position: absolute;
  top: 50%;
  left: -50%;
  transform: translate(-100%, 50%);
}


.active-product {
  background: var(--primary);
  border-color: var(--primary);
}
@media (min-width: 768px) {
  .list-product::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-100%, -50%);
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    /*background-color: chocolate;*/
  }
}

.active-product::after {
  border-right-color: var(--primary);
}
.active-product p {
  color: var(--font-primary);
}

/*section-three*/



/*section-footer*/

/*more-reed*/
.section-seo_box {
  background-color: #f6f8f9;
}



.bg_design_pictures {
  background-image: url("../../images/bg-fixed/how_to.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

  /*section-eight*/
  .bg-fix-eight {
    background-image: url("../../images/bg-fixed/bg-7.png");
    background-repeat: repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    background-color: var(--secondary);
  }


  .animate_shake{
    transform-origin: 50% 50%;
    animation: shake 1.5s infinite;
}
  
  
  /*section-eight*/

  .tabbarMobile {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 54px;
    list-style: none;
    visibility: visible;
    z-index: 1049;
    /*transition: transform .6s cubic-bezier(.19,1,.22,1);*/
    /*transform: translateY(200%);*/
    -webkit-box-shadow: 0 -16px 16px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 -16px 16px 0 rgba(0, 0, 0, 0.1);
  }
  .tabbarMobile_active {
    margin: 0 auto;
    width: 3rem;
    height: 3rem;
    border-radius: 9999px;
    outline-width: 4px;
    outline-color: var(--primary);
    /* background-color: var(--primary-light); */
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
    -webkit-box-shadow: 0px 0px 1px 6px #fff;
    box-shadow: 0px 0px 1px 6px #fff;
  }
  


.conditioner_animation img {
  -webkit-animation: rotate 3s linear infinite;
  animation: rotate 3s linear infinite;
}

@media screen and (max-width: 1023px) {
  .contain {
    width: 95% !important;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .contain {
    width: 90% !important;
    margin: 0 auto;
  }
}

