.elementor-kit-6{--e-global-color-primary:#FF5023;--e-global-color-secondary:#212121;--e-global-color-text:#7A7A7A;--e-global-color-accent:#FF5D42;--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;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}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 */body {
  background-color: #08080f;
  overflow-x: hidden;
}

body::before {
  content: '';
  position: fixed;
  top: -20%;
  left: -20%;
  width: 140%;
  height: 140%;
  pointer-events: none;
  z-index: 0;

  background:
    radial-gradient(circle at 30% 30%, rgba(77,159,255,0.12), transparent 40%),
    radial-gradient(circle at 70% 40%, rgba(155,92,255,0.12), transparent 45%),
    radial-gradient(circle at 50% 70%, rgba(77,159,255,0.08), transparent 50%);

  filter: blur(60px);
 
}


/*برای آیکن مشاهده معرفی */

i.fas.fa-play {
    width: 40px;
    height: 40px;
    background: rgb(246 245 249 / 15%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

html {
  scroll-behavior: smooth;
}

/**//* End custom CSS */