.elementor-7082 .elementor-element.elementor-element-5ac4892{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7082 .elementor-element.elementor-element-0b2a25c .elementor-heading-title{font-family:"Anton", Sans-serif;color:#FFFFFF;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-5ac4892 *//* استایل مایع تاریک و پارتی (Dark Liquid) */
.party-liquid-box {
    /* 1. ترکیب رنگ‌های مرموز: مشکی، بنفش سلطنتی، سرخابی نئونی، آبی تیره */
    background: linear-gradient(
        230deg, 
        #000000,   /* سیاهی مطلق */
        #240b36,   /* بنفش تیره */
        #c31432,   /* قرمز خونی/سرخابی (اکسنت) */
        #240b36,   /* بنفش تیره */
        #0f0c29    /* سرمه‌ای نیمه‌شب */
    );
    
    /* 2. زوم زیاد برای اینکه مرز رنگ‌ها نرم و مایع به نظر برسد */
    background-size: 400% 400%;
    
    /* 3. انیمیشن نرم و شناور */
    animation: liquidNight 12s ease infinite;
    
    /* 4. حذف گردی گوشه‌ها */
    border-radius: 0 !important;
    
    /* رنگ متن */
    color: #ffffff;
}

/* تعریف حرکت موج‌دار */
@keyframes liquidNight {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}/* End custom CSS */
/* Start custom CSS */*{
    margin:0;
    padding: 0;
}/* End custom CSS */