// Party Single Item
.party-single-item {
    &.vision {
        .content {
            .icon {
                margin-top: 5px;

                i {
                    color: var(--main-color-one);
                }
            }
        }
    }

    &.home-six {
        padding-left: 40px;

        .content {
            .title {
                color: $white;
                text-transform: uppercase;

                span {
                    color: var(--main-color-one);
                }
            }

            .description {
                color: $white;
            }

            .vision-quotes {
                background: #1C2050;

                .title {
                    color: $white;
                }
            }
        }
    }

    &.style-01 {
        .content {
            .subtitle {
                p {
                    color: #fff;
                }
            }

            .title {
                color: #fff;
                margin-bottom: 20px;
            }

            .description {
                color: #fff;
            }
        }
    }

    &.style-02 {
        .content {
            .subtitle {
                p {
                    color: #fff;
                }

                .icon {
                    margin-top: 5px;

                    i {
                        font-size: 12px;
                        color: #fff;
                    }
                }
            }

            .title {
                font-size: 40px;
                line-height: 55px;
                font-family: var(--heading-color);
                font-weight: 700;
                color: #fff;
            }

            .quotes {
                .description {
                    font-size: 20px;
                    line-height: 35px;
                    font-weight: 400;
                    font-family: var(--body-font);
                    color: #fff;
                    max-width: 890px;
                    margin-bottom: 20px;
                }

                i {
                    font-size: 64px;
                    color: #fff;
                    position: absolute;
                    right: 4%;
                    top: 50%;
                    transform: translateY(-50%);
                }
            }
        }
    }

    &.party-member {
        margin-bottom: 50px;

        p {
            font-size: 18px;
            line-height: 28px;
            font-family: var(--body-font);
            font-weight: 500;
        }
    }

    .content {
        .subtitle {
            display: flex;

            p {
                font-size: 20px;
                line-height: 26px;
                font-family: var(--body-font);
                font-weight: 700;
                color: var(--heading-color);
                margin-bottom: 15px;
                margin-right: 10px;
            }

            .icon {
                margin-top: 5px;

                i {
                    font-size: 10px;
                    color: var(--main-color-one);
                    margin-right: 5px;

                    &:last-child {
                        margin-right: 0;
                    }
                }
            }
        }

        .title {
            font-size: 40px;
            line-height: 48px;
            font-family: var(--heading-font);
            font-weight: 700;
            margin-bottom: 25px;

            &.style-01 {
                max-width: 400px;
                line-height: 55px;
            }
        }

        .description {
            font-size: 16px;
            line-height: 28px;
            font-family: var(--body-font);
            font-weight: 400;
            color: var(--heading-color);
            margin-bottom: 25px;
            max-width: 510px;

            &.style-01 {
                max-width: 560px;
            }
        }

        .feedback {
            display: flex;

            span {
                font-size: 40px;
                line-height: 48px;
                font-family: var(--heading-font);
                font-weight: 700;
                color: var(--main-color-one);
                margin-right: 20px;
            }

            p {
                font-size: 16px;
                line-height: 23px;
                font-family: var(--body-font);
                font-weight: 700;
                max-width: 172px;
                color: var(--main-color-one);
                margin-bottom: 0;
            }
        }

        .vision-quotes {
            background: #fff;
            padding: 20px 35px;
            border-left: 5px solid var(--main-color-one);
            position: relative;
            max-width: 520px;

            .title {
                font-size: 22px;
                line-height: 35px;
                font-family: var(--body-font);
                font-weight: 500;
                max-width: 445px;
                margin-bottom: 0;
            }

            .icon {
                position: absolute;
                top: 40%;
                right: 9%;
                transform: translateY(-40%);
            }
        }

        .author-meta {
            margin-bottom: 30px;

            .author-name {
                font-size: 16px;
                line-height: 35px;
                font-family: var(--body-font);
                font-weight: 400;
                color: #fff;
            }

            .line {
                display: inline-block;
                width: 80px;
                height: 2px;
                background: #fff;
                margin-bottom: 3px;
                margin-left: 10px;
            }
        }

        .quotes {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
        }
    }
}