// Join our party single items
.join-party-section-area {
    background: var(--heading-color);
    padding: 125px 0px 0px;
    &.style-02{
        padding: 120px 0px 120px;
        background: var(--secondary-color);
        position: relative;
        overflow: hidden;
        .shape-01{
            position: absolute;
            top: -5%;
            left: 0;
        }
        .shape-02{
            position: absolute;
            bottom: -10%;
            right: -15%;
        }
        .join-single-item {
            .content {
                .subtitle {
                    .icon {
                        margin-top: 6px;
                        color: #fff;
                    }
                }
            }
        }
    }
    &.join-bg {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .join-single-item {
        .content {
            .subtitle {
                display: flex;
                p {
                    font-size: 20px;
                    line-height: 26px;
                    font-family: var(--body-font);
                    font-weight: 700;
                    color: #fff;
                    margin-bottom: 15px;
                    margin-right: 10px;
                }
                .icon {
                    font-size: 10px;
                    color: var(--main-color-one);
                    margin-top: 12px;
                }
            }
            .title {
                font-size: 40px;
                line-height: 48px;
                font-family: var(--heading-font);
                font-weight: 700;
                margin-bottom: 25px;
                color: #fff;
            }
            p {
                font-size: 16px;
                line-height: 28px;
                font-family: var(--body-font);
                font-weight: 400;
                color: #fff;
                margin-bottom: 25px;
            }
            .description{
                &.style-02{
                    margin-top: 40px;
                }
            }
            .join-widget{
                background-color: #fff;
                padding: 30px;
                border-left: 5px solid var(--main-color-one);
                margin-top: 50px;
                position: relative;
                p{
                    color: var(--heading-color);
                    font-size: 22px;
                    font-weight: 500;
                    line-height: 35px;
                    margin-bottom: 0;
                    @media only screen and (max-width: 991px){
                        font-size: 18px;
                    }
                }
                .icon{
                    position: absolute;
                    top: 10px;
                    right: 30px;
                    color: var(--main-color-one);
                    opacity: .1;
                    font-size: 60px;
                }
            }
        }
        .video-btn {
            margin-bottom: 75px;
        }
    }
}