.elementor-10731 .elementor-element.elementor-element-b790851{--display:flex;--min-height:102px;--flex-direction:row-reverse;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap-reverse;--justify-content:flex-end;--background-transition:0.3s;}.elementor-widget-theme-site-logo .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-10731 .elementor-element.elementor-element-e7bc5cc{width:var( --container-widget-width, 7% );max-width:7%;--container-widget-width:7%;--container-widget-flex-grow:0;top:2vw;z-index:20;text-align:center;}body:not(.rtl) .elementor-10731 .elementor-element.elementor-element-e7bc5cc{left:3vw;}body.rtl .elementor-10731 .elementor-element.elementor-element-e7bc5cc{right:3vw;}body:not(.rtl) .elementor-10731 .elementor-element.elementor-element-e9b1e35{right:9vw;}body.rtl .elementor-10731 .elementor-element.elementor-element-e9b1e35{left:9vw;}.elementor-10731 .elementor-element.elementor-element-e9b1e35{top:2.5vw;z-index:20;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1024px){.elementor-10731 .elementor-element.elementor-element-e9b1e35{top:3vw;}}@media(max-width:767px){.elementor-10731 .elementor-element.elementor-element-e7bc5cc{--container-widget-width:17vw;--container-widget-flex-grow:0;width:var( --container-widget-width, 17vw );max-width:17vw;top:4vw;}.elementor-10731 .elementor-element.elementor-element-e7bc5cc.elementor-element{--align-self:center;}body:not(.rtl) .elementor-10731 .elementor-element.elementor-element-e7bc5cc{left:75vw;}body.rtl .elementor-10731 .elementor-element.elementor-element-e7bc5cc{right:75vw;}body:not(.rtl) .elementor-10731 .elementor-element.elementor-element-e9b1e35{right:61.4vw;}body.rtl .elementor-10731 .elementor-element.elementor-element-e9b1e35{left:61.4vw;}.elementor-10731 .elementor-element.elementor-element-e9b1e35{top:4.865vw;}}/* Start custom CSS for html, class: .elementor-element-a28599e */.el-header-container {
    z-index: 20;
    position: fixed;
    font-family: "iransansX";
}
.el-bg-red {
    position: fixed;
    z-index: 10;
    top: -42vw;
    right: -50vw;
    transition: top 0.5s ease, right 0.5s ease;
    transform: scaleX(-1);
    filter: brightness(0) saturate(100%) invert(51%) sepia(93%) saturate(2569%) hue-rotate(162deg) brightness(103%) contrast(100%);
}
.el-bg-open {
    position: fixed;
    z-index: 10;
    top: -10vw;
    right: -16vw;
    transform: scaleX(-1);
}
#el-img {
    width: 90vw;
}
.el-animation-images {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
}
.el-animation-show {
    display: block;
    opacity: 1;
}
.el-right-spot {
    z-index: 10;
    position: fixed;
    left: 0;
    top: 10vw;
    width: 8vw;
    transform: scaleX(-1);
    filter: brightness(0) saturate(100%) invert(51%) sepia(93%) saturate(2569%) hue-rotate(162deg) brightness(103%) contrast(100%);
}
.el-bottom-spot {
    z-index: 10;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 28vw;
    transform: scaleX(-1);
    filter: brightness(0) saturate(100%) invert(51%) sepia(93%) saturate(2569%) hue-rotate(162deg) brightness(103%) contrast(100%);
}
.el-pro-one {
    position: fixed;
    right: 1vw;
    top: 27vw;
    z-index: 12;
    width: 18vw;
    transform: scaleX(-1);
    animation: upDown 5s ease-in-out infinite;
}
.el-pro-two {
    position: fixed;
    right: 22vw;
    top: 36vw;
    z-index: 12;
    width: 12vw;
    transform: scaleX(-1);
    animation: Rotate 4s ease-in-out infinite;
}
.el-pro-three {
    position: fixed;
    left: 40vw;
    bottom: 0vw;
    z-index: 3;
    width: 20vw;
    transform: scaleX(-1);
    animation: lineAnimation 8s ease-in-out infinite;
}
.el-pro-four {
    position: fixed;
    left: 7vw;
    top: 24vw;
    z-index: 3;
    width: 28vw;
    transform: scaleX(-1);
    animation: upDown 8s ease-in-out infinite;
}
.el-pro-five {
    position: fixed;
    left: 10vw;
    top: 12vw;
    z-index: 3;
    width: 10vw;
    transform: scaleX(-1);
    animation: Rotate 4s ease-in-out infinite;
}
.el-solid-background {
    background-color: #fff;
    width: 100vw;
    height: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}
/* انیمیشن محصولات */
@keyframes upDown {
    0% {
        transform: translateY(0) scaleX(-1);
    }
    50% {
        transform: translateY(-20px) scaleX(-1);
    }
    75% {
        transform: translateX(20px) scaleX(-1);
    }
    100% {
        transform: translateX(0px) scaleX(-1);
    }
}
@keyframes Rotate {
    0% {
        transform: rotate(0deg) scaleX(-1);
    }
    50% {
        transform: rotate(5deg) scaleX(-1);
    }
    75% {
        transform: rotate(-5deg) scaleX(-1);
    }
    100% {
        transform: rotate(0deg) scaleX(-1);
    }
}
@keyframes lineAnimation {
    0% {
        transform: translateX(0) scaleX(-1);
    }
    50% {
        transform: translateX(40px) scaleX(-1);
    }
    75% {
        transform: translateX(20px) scaleX(-1);
    }
    100% {
        transform: translateX(0px) scaleX(-1);
    }
}
#el-btn {
    position: fixed;
    display: flex;
    width: 4vw;
    right: 5vw;
    top: 2vw;
    z-index: 12;
    border: none;
}
#el-btn-close {
    display: none;
    width: 1.5vw;
}
#el-btn-open {
    width: 1.5vw;
}
#el-btn-text {
    margin-left: 1.2vw;
    color: #fff;
    font-size: 1vw;
}
#el-content {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
    position: fixed;
    top: 10vw;
    right: 0;
    width: 70vw;
    gap: 2vw;
    z-index: 10;
    flex-direction: row-reverse;
}
#el-content.el-show {
    display: flex;
    opacity: 1;
}
#el-right {
    width: 20vw;
    margin-left: 2vw;
}
#el-right p {
    font-size: 1.2vw;
    font-weight: bold;
    color: #fff;
}
#el-description {
    font-size: 0.9vw;
    color: #fff;
    margin-top: 3vw;
    margin-bottom: 5vw;
}
#el-right-btn {
    background: #fff;
    color: rgb(73, 166, 199);
    padding: 0;
    border-radius: .9vw;
    font-size: 0.9vw;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 18vw;
    padding: 1vw 0;
}
.btn-icon-phone {
    width: 2.2vw;
    margin-left: 2vw;
    margin-right: 0.5vw;
    filter: brightness(0) saturate(100%) invert(51%) sepia(93%) saturate(2569%) hue-rotate(162deg) brightness(103%) contrast(100%);
}
.btn-icon-arrow {
    margin-left: 4.5vw;
    width: 0.8vw;
    filter: brightness(0) saturate(100%) invert(51%) sepia(93%) saturate(2569%) hue-rotate(162deg) brightness(103%) contrast(100%);
}
#el-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 18vw;
    width: 38vw;
    margin-right: 2vw;
}
#el-text-social {
    margin: 1vw 0;
    font-size: 0.9vw;
}
#el-menu a {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-radius: .9vw;
    width: 12vw;
    padding: 1.2vw;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 0.5vw;
    font-size: 0.9vw;
}
#el-menu a:hover {
    background: #fff;
    color: rgb(73, 166, 199);
    border-radius: .9vw;
    width: 12vw;
    padding: 1.2vw;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 0.5vw;
    font-size: 0.9vw;
}
#el-menu {
    display: flex;
    flex-wrap: wrap;
    width: 50vw;
    gap: 1.1vw;
}
.btn-icon-menu {
    width: 1.8vw;
}
#el-social-icons {
    color: #fff;
    align-self: end;
}
#el-social-icons a {
    color: white;
    margin-right: 0.3vw;
    text-decoration: none;
}
.el-social-icon .el-icon {
    width: 1.4vw;
    margin: 0 0.8vw;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
#el-menu a:hover .btn-icon-menu {
    filter: brightness(0) saturate(100%) invert(51%) sepia(93%) saturate(2569%) hue-rotate(162deg) brightness(103%) contrast(100%);
}

/* Media Query برای موبایل */
@media only screen and (max-width: 767px) {
    .el-bg-red {
        top: 0vw;
        right: 50vw; /* معکوس left: 50vw در فارسی */
        transform: scaleX(1); /* معکوس transform: scaleX(-1) در فارسی */
        transition: top 0.5s ease, right 0.5s ease; /* جایگزین left با right */
        filter: brightness(0) saturate(100%) invert(51%) sepia(93%) saturate(2569%) hue-rotate(162deg) brightness(103%) contrast(100%);
    }
    .el-bg-open {
        top: 0vw;
        right: 8vw; /* معکوس left: 8vw در فارسی */
        transform: scaleX(1) scale(5); /* معکوس transform: scaleX(-1) scale(5) */
    }
    .el-animation-images {
        display: none; /* مشابه فارسی */
    }
    #el-btn {
        width: 150vw; /* مشابه فارسی */
        left: 5vw; /* معکوس right: 5vw در فارسی */
        top: 5vw; /* مشابه فارسی */
    }
    #el-btn-close {
        display: none; /* مشابه فارسی */
        width: 5vw; /* مشابه فارسی */
    }
    #el-btn-open {
        width: 5vw; /* مشابه فارسی */
    }
    #el-btn-text {
        font-size: 3vw; /* مشابه فارسی */
    }
    #el-content {
        top: 20vw; /* مشابه فارسی */
        left: 26vw; /* معکوس right: 26vw در فارسی */
    }
    #el-right {
        display: none; /* مشابه فارسی */
    }
    #el-left {
        height: 18vw; /* مشابه فارسی */
        width: 74vw; /* مشابه فارسی */
    }
    #el-text-social {
        font-size: 3vw; /* مشابه فارسی */
        color: #adadad; /* مشابه فارسی */
    }
    #el-menu a {
        width: 46vw; /* مشابه فارسی */
        padding: 4.5vw; /* مشابه فارسی */
        font-size: 4vw; /* مشابه فارسی */
        justify-content: space-between; /* مشابه فارسی */
    }
    #el-menu a:hover {
        width: 46vw; /* مشابه فارسی */
        padding: 4.5vw; /* مشابه فارسی */
        font-size: 4vw; /* مشابه فارسی */
        justify-content: space-between; /* مشابه فارسی */
    }
    #el-menu {
        width: 50vw; /* مشابه فارسی */
        justify-content: center; /* مشابه فارسی */
        align-items: center; /* مشابه فارسی */
    }
    .btn-icon-menu {
        width: 6vw; /* مشابه فارسی */
        transition: filter 0.03s; /* مشابه فارسی */
    }
    #el-social-icons {
        margin-top: 20vw; /* مشابه فارسی */
        color: #fff; /* مشابه فارسی */
        align-self: center; /* مشابه فارسی */
        width: 60vw; /* مشابه فارسی */
    }
    #el-social-icons a {
        color: white; /* مشابه فارسی */
        margin-right: 2vw; /* معکوس margin-left: 2vw در فارسی */
        text-decoration: none; /* مشابه فارسی */
    }
    .el-social-icon .el-icon {
        width: 5vw; /* مشابه فارسی */
        margin: 0; /* مشابه فارسی */
        margin-top: 2vw; /* مشابه فارسی */
        filter: brightness(0) saturate(0%) invert(80%) sepia(0%) hue-rotate(0deg) brightness(85%) contrast(100%); /* مشابه فارسی */
    }
    .el-animation-images img[class*="el-pro"] {
        display: none; /* مشابه فارسی */
    }
    .el-solid-background {
        top: 92vw; /* مشابه فارسی */
        height: 100vh; /* مشابه فارسی */
    }
}

/* Media Query برای تبلت */
@media (min-width: 768px) and (max-width: 1023px) {
    #el-btn {
        width: 15vw;
        right: 5vw;
        top: 5vw;
    }
    #el-btn-close {
        display: none;
        width: 5vw;
    }
    #el-btn-open {
        width: 5vw;
    }
    #el-btn-text {
        font-size: 2vw;
    }
    .el-bg-red {
        position: fixed;
        z-index: 10;
        top: -40vw;
        right: -38vw;
        transform: scaleX(-1);
        transition: top 0.5s ease, right 0.5s ease;
        filter: brightness(0) saturate(100%) invert(51%) sepia(93%) saturate(2569%) hue-rotate(162deg) brightness(103%) contrast(100%);
    }
    .el-bg-open {
        position: fixed;
        z-index: 10;
        top: -10vw;
        right: -16vw;
        transform: scaleX(-1);
    }
    #el-content {
        top: 10vw;
        right: 0;
        width: 80vw;
        flex-direction: row-reverse;
    }
    #el-left {
        margin-right: 2vw;
    }
}/* End custom CSS */