.elementor-kit-20{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-6a4e70c:#9F342B;--e-global-color-87f1b18:#D2F3F4;--e-global-color-953ab42:#6E44B147;--e-global-color-8400c97:#2C4A8A42;--e-global-color-163cf74:#7E394A7A;--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-20 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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* فاصله از لبه های صفحه */
.elementor-section,
.elementor-container,
.elementor-widget-wrap,
.elementor-column,
.container{
    margin-left: 20px;
    margin-right: 20px;
}

/* انیمیشن معلق */
.elementor-section,
.elementor-container,
.elementor-widget-wrap,
.elementor-column,
.container{
    position: relative;
    animation: spaceFloat 8s ease-in-out infinite;
    will-change: transform;
}

/* تاخیر متفاوت برای طبیعی شدن حرکت */
.elementor-section:nth-child(2n){
    animation-delay: -2s;
}

.elementor-section:nth-child(3n){
    animation-delay: -4s;
}

.elementor-section:nth-child(5n){
    animation-delay: -6s;
}

@keyframes spaceFloat{
    0%{
        transform: translate(0px,0px) rotate(0deg);
    }

    25%{
        transform: translate(6px,-10px) rotate(0.3deg);
    }

    50%{
        transform: translate(-6px,-18px) rotate(-0.3deg);
    }

    75%{
        transform: translate(8px,-10px) rotate(0.2deg);
    }

    100%{
        transform: translate(0px,0px) rotate(0deg);
    }
}
/* هدرهای رایج وردپرس */
header,
.site-header,
.main-header,
#masthead,
#site-header,
.ast-header-break-point,
.elementor-location-header{
    display: none !important;
}

/* حذف فاصله بالای صفحه */
body{
    margin-top: 0 !important;
    padding-top: 0 !important;
}
html, body {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: hidden !important;
}

.elementor,
.e-con,
.elementor-section,
.elementor-container,
.elementor-row,
.elementor-widget-wrap {
  max-width: 100% !important;
}

* {
  box-sizing: border-box;
}/* End custom CSS */