﻿.redColor {
    font-size: 70px;
    font-weight: 900;
    background: url("../../assets/img/grunge-texture.png"), #d71920;
    background-size: 300px;
    background-blend-mode: multiply;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.whiteColor {
    font-size: 70px;
    font-weight: 900;
    background: url("../../assets/img/grunge-texture.png"), #ffffff;
    background-size: 300px;
    background-blend-mode: multiply;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.blackBack {
    background-color: black;
}

.rotate {
    transform: rotate(352deg) !important;
    transform-origin: 0;
}


/* ==========================================
   HERO
   ========================================== */

.th-hero-wrapper {
    position: relative;
}

.hero-social {
    position: absolute;
    right: 28px;
    bottom: 65px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 20;
}

    .hero-social a {
        width: 34px;
        height: 34px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(255, 255, 255, 0.35);
        border-radius: 5px;
        color: #fff;
        font-size: 15px;
        transition: all 0.3s ease;
    }

        .hero-social a:hover {
            background: #d71920;
            border-color: #d71920;
            color: #fff;
            transform: translateX(-4px);
        }


/* ==========================================
   STORY + PRODUCTS
   ========================================== */

@media (min-width: 992px) {

    .multi-story {
        height: 550px;
        background-image: url('/companies/multi/assets/img/backmulti.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        clip-path: polygon( 0 0, 100% 0, calc(100% - 55px) 100%, 0 100% );
    }

    .products-column {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-end;
    }

        .products-column .service-list-area {
            width: 100%;
        }


    /* نوار بالای محصولات */

    .products-header {
        position: relative;
        width: 100%;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        direction: ltr;
        padding: 0 35px;
        padding-top: 70px;
        background: #080808;
        transform: rotate(357deg) !important;
        transform-origin: left center;
        z-index: 21;
    }

        .products-header h2 {
            margin: 0;
            color: #fff;
            font-size: 32px;
            font-weight: 700;
            direction: rtl;
        }

        .products-header a {
            color: #fff;
            font-size: 14px;
            direction: rtl;
            text-decoration: none;
        }

            .products-header a i {
                color: #d71920;
                margin-right: 8px;
            }
}


.margintop-40 {
    margin-top: -40px;
}

.backPositionLeft {
    background-position: left;
}


/* ==========================================
   PRODUCTS زیر 1200
   ========================================== */

@media screen and (max-width: 1198px) {

    .products-header {
        position: relative;
        width: 100%;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        direction: ltr;
        padding: 0 35px;
        padding-top: 110px;
        background: #080808;
        transform: rotate(357deg) !important;
        transform-origin: left center;
        z-index: 21;
    }

    /* فقط A صاف شود */

    /* A از 992 تا 1198 مورب */
    @media (min-width: 992px) and (max-width: 1198px) {

        .service-list-wrap.panel-a .service-list,
        .service-list-wrap.panel-a.active .service-list {
            clip-path: polygon( 45px 0, 100% 0, 100% 100%, 0 100% ) !important;
        }
    }
}


@media screen and (max-width: 992px) {

    .products-header {
        display: none;
    }
}


/* ==========================================
   STORY + FACTORY
   ========================================== */

.multi-info-section {
    background: #050505;
    padding: 30px 35px;
}

.multi-info-card {
    position: relative;
    height: 420px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


/* تصویر داستان */

.story-card {
    background-image: url('/companies/multi/assets/img/multi-story.jpg');
}


/* تصویر کارخانه */

.factory-card {
    background-image: url('/companies/multi/assets/img/multi-factory.jpg');
}


/* لایه تیره */

.multi-info-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( 90deg, rgba(0, 0, 0, .55) 0%, rgba(0, 0, 0, .35) 40%, rgba(0, 0, 0, .08) 100% );
    z-index: 1;
}


/* ==========================================
   محتوای داستان
   ========================================== */

.multi-info-content {
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    width: 46%;
    direction: rtl;
    text-align: right;
    z-index: 2;
}

.multi-info-subtitle {
    display: block;
    color: #c71920;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
}

.multi-info-content h3 {
    color: #fff;
    font-size: 30px;
    line-height: 1.55;
    margin-bottom: 15px;
}

.multi-info-content p {
    color: rgba(255,255,255,.82);
    font-size: 14px;
    line-height: 2;
    margin-bottom: 25px;
}


/* ==========================================
   دکمه داستان / کارخانه
   ========================================== */

.multi-info-btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 10px 20px;
    color: #fff !important;
    border: 1px solid rgba(255,255,255,.45);
    border-radius: 4px;
    background: rgba(0,0,0,.15);
    transition: all .3s ease;
}

    .multi-info-btn:hover {
        background: #c71920;
        border-color: #c71920;
    }


/* ==========================================
   کارخانه
   ========================================== */

.factory-content {
    position: absolute;
    top: 50%;
    right: 45px;
    transform: translateY(-50%);
    width: 55%;
    direction: rtl;
    text-align: right;
    z-index: 2;
}

    .factory-content h3 {
        color: #fff;
        font-size: 32px;
        margin-bottom: 8px;
    }

    .factory-content p {
        color: rgba(255,255,255,.85);
        font-size: 14px;
        margin-bottom: 25px;
    }


/* دکمه Play */

.factory-play {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    border-radius: 50%;
    background: #fff;
    color: #c71920 !important;
    font-size: 24px;
    transition: all .3s ease;
}

    .factory-play:hover {
        background: #c71920;
        color: #fff !important;
        transform: scale(1.05);
    }


/* ==========================================
   STORY / FACTORY RESPONSIVE
   ========================================== */

@media (max-width: 991px) {

    .multi-info-card {
        height: 380px;
    }

    .multi-info-content,
    .factory-content {
        width: 70%;
        right: 30px;
    }
}


@media (max-width: 767px) {

    .multi-info-section {
        padding: 20px 15px;
    }

    .multi-info-card {
        height: 360px;
    }

    .multi-info-content,
    .factory-content {
        width: 82%;
        right: 20px;
    }

        .multi-info-content h3,
        .factory-content h3 {
            font-size: 24px;
        }
}


/* ==========================================
   MULTI FEATURES
   ========================================== */

.multi-features {
    position: relative;
    width: 100%;
    padding: 35px 0;
    background-image: url('/companies/multi/assets/img/backMultiCoffee.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    direction: rtl;
    overflow: hidden;
}


    /* لایه خیلی کم‌رنگ روی بک‌گراند */

    .multi-features::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, .12);
        z-index: 0;
        pointer-events: none;
    }


    /* محتوا بالاتر از Overlay */

    .multi-features .container,
    .multi-features .container-fluid {
        position: relative;
        z-index: 1;
    }


/* ==========================================
   FEATURE ITEM
   ========================================== */

.multi-feature-item {
    position: relative;
    text-align: center;
    color: #fff;
    padding: 0 25px;
}


    /* خط جداکننده */

    .multi-feature-item::after {
        content: "";
        position: absolute;
        top: 5%;
        left: 0;
        width: 1px;
        height: 90%;
        background: rgba(255,255,255,.20);
    }


/* آخرین آیتم خط نداشته باشد */

.multi-features .col-lg-2:last-child
.multi-feature-item::after {
    display: none;
}


/* ==========================================
   FEATURE ICON
   ========================================== */

.multi-feature-icon {
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}

    .multi-feature-icon i {
        font-size: 42px;
        color: #fff;
    }


/* ==========================================
   FEATURE TITLE
   ========================================== */

.multi-feature-item h4 {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 7px;
}


/* ==========================================
   FEATURE DESCRIPTION
   ========================================== */

.multi-feature-item p {
    color: rgba(255,255,255,.85);
    font-size: 13px;
    line-height: 1.9;
    margin: 0;
}


/* ==========================================
   FEATURE RESPONSIVE
   ========================================== */

@media (max-width: 991px) {

    .multi-feature-item {
        margin-bottom: 35px;
    }

        .multi-feature-item::after {
            display: none;
        }
}

@media (max-width: 767px) {

    .slider-area,
    .slider-drag-wrap {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

        .slider-area .swiper,
        .slider-drag-wrap .swiper {
            width: 100% !important;
            max-width: 100% !important;
            overflow: hidden !important;
        }

        .slider-area .swiper-wrapper {
            width: 100% !important;
        }

        .slider-area .swiper-slide {
            width: 100% !important;
            max-width: 100% !important;
            flex-shrink: 0;
        }

        .slider-area .service-box {
            width: 100%;
            max-width: 100%;
        }

        .slider-area .service-img img {
            width: 100%;
            height: auto;
            display: block;
        }
}

@media (min-width: 1600px) {

    .slider-area,
    .slider-drag-wrap {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

        .slider-area .swiper,
        .slider-drag-wrap .swiper {
            width: 100% !important;
            max-width: 100% !important;
            overflow: hidden !important;
        }

        .slider-area .swiper-wrapper {
            max-width: 100% !important;
        }

        .slider-area .swiper-slide {
            min-width: 0 !important;
        }

        .slider-area .service-box {
            width: 100%;
            max-width: 100%;
        }
}

/* ==========================================
   FIX Slider Overflow
   ========================================== */

.multi-slider-section {
    width: 100%;
    overflow: hidden;
}

    .multi-slider-section > .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .multi-slider-section .slider-area {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

    .multi-slider-section .th-slider.has-shadow {
        width: 100%;
        max-width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 12px;
        padding-right: 12px;
    }




/* ==========================================
   ARTICLE CARD
   ========================================== */

.multi-article-card {
    position: relative;
    overflow: hidden;
    background: #171717;
    border-radius: 5px;
}

    .multi-article-card .service-img {
        position: relative;
        overflow: hidden;
    }

        .multi-article-card .service-img img {
            width: 100%;
            display: block;
            transition: transform .4s ease;
        }

    .multi-article-card:hover .service-img img {
        transform: scale(1.04);
    }

    .multi-article-card .service-content {
        position: relative;
        min-height: 165px;
        padding: 18px 18px 65px;
        direction: rtl;
        text-align: right;
    }

    .multi-article-card .box-title {
        margin: 0;
        font-size: 18px;
        line-height: 1.8;
    }

        .multi-article-card .box-title a {
            color: #fff !important;
        }

            .multi-article-card .box-title a:hover {
                color: #d71920 !important;
            }
/* تگ مقاله - سمت چپ تصویر */
.multi-article-tag {
    position: absolute;
    left: 15px;
    right: auto;
    bottom: -1px;
    padding: 5px 12px;
    background: #d71920;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    border-radius: 4px 4px 0 0;
    z-index: 3;
}


/* تاریخ - سمت راست */
.multi-article-date {
    color: #8c8c8c;
    font-size: 11px;
    margin-bottom: 8px;
    text-align: right;
    direction: rtl;
}


/* فلش - پایین سمت چپ */
.multi-article-arrow {
    position: absolute;
    left: 18px;
    bottom: 18px;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d71920;
    color: #fff !important;
    border-radius: 4px;
    font-size: 14px;
    transition: all .3s ease;
}

    .multi-article-arrow:hover {
        background: #fff;
        color: #d71920 !important;
    }

.multi-article-desc {
    margin: 8px 0 0;
    color: rgba(255, 255, 255, .55);
    font-size: 12px;
    line-height: 1.9;
    /* حداکثر دو خط */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.articles-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    direction: ltr;
    margin-bottom: 20px;
}


    /* عنوان */

    .articles-header h2 {
        direction: rtl;
        text-align: right;
        position: relative;
        margin: 0;
        color: #fff;
        font-size: 28px;
        font-weight: 700;
        padding-bottom: 10px;
    }


        /* خط قرمز زیر عنوان */

        .articles-header h2::after {
            content: "";
            position: absolute;
            right: 0;
            bottom: 0;
            width: 45px;
            height: 3px;
            background: #d71920;
            border-radius: 2px;
        }


    /* مشاهده همه */

    .articles-header a {
        direction: rtl;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        color: #fff;
        font-size: 13px;
        text-decoration: none;
        transition: all .3s ease;
    }


        /* فلش */

        .articles-header a i {
            color: #d71920;
            font-size: 13px;
            transition: transform .3s ease;
        }


        .articles-header a:hover {
            color: #d71920;
        }


            .articles-header a:hover i {
                transform: translateX(-4px);
            }

.multi-slider-section {
    position: relative;
}

    .multi-slider-section::after {
        content: "";
        position: absolute;
        right: 41.666666%;
        top: 0;
        width: 1px;
        height: 100%;
        background: linear-gradient(to bottom, #520303 0%, #4f0103 70%, rgba(215, 25, 32, .4) 85%, transparent 100%);
        z-index: 10;
        pointer-events: none;
    }

/* ==========================================
   MULTI NEWSLETTER
   ========================================== */

.multi-newsletter {
    position: relative;
    height: 100%;
    min-height: 430px;
    padding: 45px 55px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    direction: rtl;
    text-align: right;
    background-image: url('/companies/multi/assets/img/backNews.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

    .multi-newsletter::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient( 90deg, rgba(0, 0, 0, .35) 0%, rgba(0, 0, 0, .70) 60%, rgba(0, 0, 0, .90) 100% );
        z-index: 0;
    }

    .multi-newsletter > * {
        position: relative;
        z-index: 2;
    }


    /* MULTI بزرگ در بک‌گراند */

    .multi-newsletter::before {
        content: "MULTI";
        position: absolute;
        left: -15px;
        bottom: -45px;
        color: rgba(255, 255, 255, .025);
        font-size: 150px;
        font-weight: 900;
        line-height: 1;
        pointer-events: none;
    }


/* نوشته قرمز بالا */

.multi-newsletter-subtitle {
    display: block;
    margin-bottom: 12px;
    color: #d71920;
    font-size: 14px;
    font-weight: 600;
}


/* عنوان */

.multi-newsletter h2 {
    margin: 0 0 15px;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.6;
}


/* توضیحات */

.multi-newsletter > p {
    max-width: 420px;
    margin: 0 0 25px;
    color: rgba(255, 255, 255, .55);
    font-size: 13px;
    line-height: 2;
}


/* ==========================================
   FORM
   ========================================== */

.multi-newsletter-form {
    position: relative;
    width: 100%;
    max-width: 420px;
}

    .multi-newsletter-form input {
        width: 100%;
        height: 52px;
        padding: 0 18px 0 60px;
        background: #111;
        border: 1px solid rgba(255, 255, 255, .15);
        border-radius: 4px;
        color: #fff;
        font-size: 13px;
        outline: none;
        transition: border-color .3s ease;
    }

        .multi-newsletter-form input::placeholder {
            color: rgba(255, 255, 255, .4);
        }

        .multi-newsletter-form input:focus {
            border-color: #d71920;
        }


    /* دکمه قرمز */

    .multi-newsletter-form button {
        position: absolute;
        left: 5px;
        top: 5px;
        width: 42px;
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        border: 0;
        border-radius: 3px;
        background: #d71920;
        color: #fff;
        cursor: pointer;
        transition: all .3s ease;
    }

        .multi-newsletter-form button:hover {
            background: #fff;
            color: #d71920;
        }


/* ==========================================
   پایین بخش
   ========================================== */

.multi-newsletter-bottom {
    width: 100%;
    max-width: 420px;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    direction: ltr;
}

    .multi-newsletter-bottom > span {
        color: rgba(255, 255, 255, .15);
        font-size: 18px;
        font-weight: 900;
        letter-spacing: 4px;
    }


/* شبکه‌های اجتماعی */

.multi-newsletter-social {
    display: flex;
    gap: 8px;
}

    .multi-newsletter-social a {
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(255, 255, 255, .15);
        border-radius: 3px;
        color: rgba(255, 255, 255, .65);
        font-size: 13px;
        transition: all .3s ease;
    }

        .multi-newsletter-social a:hover {
            background: #d71920;
            border-color: #d71920;
            color: #fff;
        }


/* ==========================================
   RESPONSIVE
   ========================================== */

@media (max-width: 767px) {

    .multi-newsletter {
        min-height: auto;
        padding: 40px 25px;
    }

        .multi-newsletter h2 {
            font-size: 26px;
        }

    .multi-newsletter-form,
    .multi-newsletter-bottom {
        max-width: 100%;
    }

    .multi-newsletter::before {
        font-size: 100px;
    }
}

.multi-newsletter::after {
    display: none !important;
}

@media (max-width: 767px) {
    .multi-slider-section::after {
        display: none !important;
    }
}

/* ==========================================
   MULTI FOOTER
   ========================================== */

.multi-footer {
    position: relative;
    background: #050505;
    padding: 45px 0 15px;
    color: #fff;
    overflow: hidden;
    direction: rtl;
}


    /* افکت قرمز خیلی ملایم سمت راست */

    .multi-footer::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 250px;
        height: 100%;
        background: radial-gradient( circle at right top, rgba(215, 25, 32, .15), transparent 65% );
        pointer-events: none;
    }


/* ==========================================
   ROW
   ========================================== */

.multi-footer-row {
    direction: ltr !important;
    position: relative;
    z-index: 2;
    align-items: flex-start;
}

    .multi-footer-row > div {
        direction: rtl;
    }


/* ==========================================
   LOGO
   ========================================== */

.multi-footer-brand {
    text-align: left;
    direction: rtl;
}

.multi-footer-logo {
    width: 150px;
    height: auto;
    margin-bottom: 12px;
}

.multi-footer-brand p {
    margin: 0 0 15px;
    color: rgba(255,255,255,.65);
    font-size: 13px;
}


/* ==========================================
   SOCIAL
   ========================================== */

.multi-footer-social {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    direction: ltr;
}

    .multi-footer-social a {
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(255,255,255,.25);
        border-radius: 3px;
        color: #fff;
        font-size: 13px;
        transition: all .3s ease;
    }

        .multi-footer-social a:hover {
            background: #d71920;
            border-color: #d71920;
            color: #fff;
            transform: translateY(-3px);
        }


/* ==========================================
   WIDGET
   ========================================== */

.multi-footer-widget {
    direction: rtl;
    text-align: right;
}

    .multi-footer-widget h4 {
        margin: 0 0 16px;
        color: #fff;
        font-size: 15px;
        font-weight: 700;
    }


    /* ==========================================
   LINKS
   ========================================== */

    .multi-footer-widget ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .multi-footer-widget ul li {
            margin-bottom: 8px;
        }

            .multi-footer-widget ul li a {
                color: rgba(255,255,255,.65);
                font-size: 13px;
                text-decoration: none;
                transition: all .25s ease;
            }

                .multi-footer-widget ul li a:hover {
                    color: #d71920;
                    padding-right: 4px;
                }


/* ==========================================
   CONTACT
   ========================================== */

.multi-footer-contact p {
    margin-bottom: 9px;
    color: rgba(255,255,255,.65);
    font-size: 12px;
    line-height: 1.9;
}

    .multi-footer-contact p i {
        width: 20px;
        color: #fff;
        margin-left: 6px;
    }

.multi-footer-contact a {
    color: rgba(255,255,255,.65);
    text-decoration: none;
}

    .multi-footer-contact a:hover {
        color: #d71920;
    }


/* ==========================================
   COPYRIGHT
   ========================================== */

.multi-footer-copyright {
    position: relative;
    z-index: 2;
    margin-top: 25px;
    padding-top: 15px;
    border-top: 1px solid rgba(255,255,255,.06);
    text-align: center;
}

    .multi-footer-copyright p {
        margin: 0;
        color: rgba(255,255,255,.35);
        font-size: 11px;
    }


/* ==========================================
   RESPONSIVE
   ========================================== */

@media (max-width: 1199px) {

    .multi-footer-widget,
    .multi-footer-brand {
        margin-bottom: 30px;
    }
}


@media (max-width: 767px) {

    .multi-footer {
        padding-top: 35px;
    }

    .multi-footer-brand,
    .multi-footer-widget {
        text-align: center;
    }

    .multi-footer-social {
        justify-content: center;
    }

    .multi-footer-contact p {
        text-align: center;
    }
}

/* ==========================================
   HEADER LEFT ACTIONS
   ========================================== */

.multi-header-actions {
    display: flex;
    align-items: center;
    gap: 18px;
    direction: ltr;
}


/* دکمه منو و سرچ */

.multi-header-icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: transparent;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: all .3s ease;
}

    .multi-header-icon:hover {
        border-color: #d71920;
        color: #d71920;
    }


    /* همبرگری در عکس بدون دایره است */

    .multi-header-icon.th-menu-toggle {
        border: 0;
        width: 32px;
        height: 42px;
        font-size: 20px;
    }


/* ==========================================
   LANGUAGE
   ========================================== */

.multi-language {
    position: relative;
}

.multi-language-btn {
    min-width: 64px;
    height: 40px;
    padding: 0 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: transparent;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 20px;
    color: #fff;
    font-size: 13px;
    cursor: pointer;
    transition: all .3s ease;
}

    .multi-language-btn i {
        font-size: 11px;
    }

    .multi-language-btn:hover {
        border-color: #d71920;
    }


/* Dropdown */

.multi-language-menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    min-width: 80px;
    margin: 0;
    padding: 6px;
    list-style: none;
    background: #111;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 6px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: all .25s ease;
    z-index: 1000;
}

.multi-language:hover .multi-language-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.multi-language-menu li a {
    display: block;
    padding: 7px 12px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    border-radius: 4px;
    transition: all .2s ease;
}

    .multi-language-menu li a:hover {
        background: #d71920;
        color: #fff;
    }

@media (max-width: 991px) {

    /* کل سکشن دیگر بالا کشیده نشود */
    #service-sec.margintop-40 {
        margin-top: -50px !important;
    }

    /* ستون محصولات */
    .products-column {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    /* داستان برود زیر محصولات */
    .multi-story {
        position: relative !important;
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        min-height: 420px;
        height: auto !important;
        margin-top: 0 !important;
        background-image: url('/companies/multi/assets/img/backmulti.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        clip-path: none !important;
        overflow: hidden;
    }

    .multi-story-content {
        position: relative !important;
        width: 100% !important;
        top: auto !important;
        right: auto !important;
        left: auto !important;
        transform: none !important;
        padding: 60px 30px;
        z-index: 2;
    }
}

@media (max-width: 1100px) {

    .multi-info-card {
        min-height: 520px !important;
        height: 520px !important;
    }

    .multi-info-content,
    .factory-content {
        width: 70% !important;
        right: 25px !important;
        left: auto !important;
    }

        .multi-info-content h3,
        .factory-content h3 {
            font-size: 26px !important;
            line-height: 1.7 !important;
        }

        .multi-info-content p,
        .factory-content p {
            font-size: 13px !important;
            line-height: 2 !important;
        }
}

@media (max-width: 900px) {

    .multi-info-section .row > div {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    .multi-info-card {
        height: 420px !important;
        min-height: 420px !important;
        margin-bottom: 20px;
    }

    .multi-info-content,
    .factory-content {
        width: 65% !important;
    }
}

.font32 {
    font-size: 32px !important;
    color: #d71920;
}

@media (max-width: 991px) {

    .service-list-wrap .service-content,
    .service-list-wrap.active .service-content {
        right: 20px !important;
    }
}
