.elementor-kit-6{--e-global-color-primary:#0A0A0A;--e-global-color-secondary:#F2F2F2;--e-global-color-text:#FF0000;--e-global-color-accent:#61CE70;--e-global-color-fc5a8f9:#C2C2C2;--e-global-typography-primary-font-family:"My font Re";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"iranyekanwebregular_FaNum";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"iranyekanwebregular_FaNum";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"iranyekanwebregular_FaNum";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-right:0px;padding-left:0px;}@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 */#preloader {
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: 99999;
}

.preloader-logo {
  width: 120px;
  opacity: 0;
  transform: translateY(-100px);
  animation: logoDrop 0.5s ease forwards,
             logoHold 0.5s ease 0.5s forwards,
             logoUpFade 0.8s ease 1s forwards;
}

@keyframes logoDrop {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes logoHold {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes logoUpFade {
  to {
    opacity: 0;
    transform: translateY(-150px);
  }
}

body.loaded #preloader {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  visibility: hidden;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'My font Re';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://arshiamoosavi.com/wp-content/uploads/2025/07/PP-Eiko-Thin.eot');
	src: url('https://arshiamoosavi.com/wp-content/uploads/2025/07/PP-Eiko-Thin.eot?#iefix') format('embedded-opentype'),
		url('https://arshiamoosavi.com/wp-content/uploads/2025/07/PP-Eiko-Thin.woff2') format('woff2'),
		url('https://arshiamoosavi.com/wp-content/uploads/2025/07/PP-Eiko-Thin.woff') format('woff'),
		url('https://arshiamoosavi.com/wp-content/uploads/2025/07/PP-Eiko-Thin.ttf') format('truetype'),
		url('https://arshiamoosavi.com/wp-content/uploads/2025/07/PP-Eiko-Thin.svg#MyfontRe') format('svg');
}
/* End Custom Fonts CSS */