.elementor-kit-13{--e-global-color-primary:#141414;--e-global-color-secondary:#202020;--e-global-color-text:#282828;--e-global-color-accent:#DF2040;--e-global-color-f26a563:#BBBBBB;--e-global-color-14f3989:#404040;--e-global-color-afad8ed:#FFFFFF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#141414;}.elementor-kit-13 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */.loop-container {
  position: relative;

}

.item {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 20px;
  opacity: 0;
  animation: fadeLoop 13s infinite;
}

/* هر آیتم با تأخیر شروع میشه */
.item:nth-child(1) { animation-delay: 0s; }
.item:nth-child(2) { animation-delay: 4.33s; }
.item:nth-child(3) { animation-delay: 8.66s; }

@keyframes fadeLoop {
  0%      { opacity: 0; }
  5%      { opacity: 1; }   /* 0.5s fade in */
  30%     { opacity: 1; }   /* 3s نمایش کامل */
  35%     { opacity: 0; }   /* 0.5s fade out */
  40%     { opacity: 0; }   /* 0.33s گپ */
  100%    { opacity: 0; }
}/* End custom CSS */