.blur-mask {
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 100%;
    height: 25%;
    background-size: cover;
    background-position: center bottom;
    z-index: 2;
    pointer-events: none;
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    -moz-backdrop-filter: blur(50px);
    mask-composite: add;
    -webkit-mask-composite: source-over;
    mask-mode: alpha;
    border-radius: 0 0 30px 30px !important;
    mask-image: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0) 100%);
}

[data-media-details-popup-top-inner]:before{
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.90) 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}
/* [data-media-details-popup-top-inner] .absolute.z-1{
    z-index: 3;
} */
[data-media-action][share-media] img{
    filter: brightness(0) saturate(100%) invert(99%) sepia(15%) saturate(2%) hue-rotate(3deg) brightness(107%) contrast(100%) !important;
}
    
  .pad--y--20 {
            padding-top: 1.25rem;
            padding-bottom: 1.25rem;
        }

        .pad--y--64 {
            padding-top: 4rem;
            padding-bottom: 4rem;
        }

        .br--30 {
            border-radius: 30px;
            /* overflow: hidden; */
        }

        .bg-f5f5f5 {
            background-color: #f5f5f5;
        }

        .h--387 {
            height: 24.188rem;
        }
        .h--318 {
            height: 19.875rem;
        }
        .h-340 {
            height: 21.25rem;
        }
        .w-585 {
            width: 36.563rem;
        }
        .w--631 {
            width: 39.438rem;
        }

        .mt-minus-30 {
            margin-top: -1.89rem;
        }

        .mt-minus-50 {
            margin-top: -3.125rem;
        }

        .mt-minus-80 {
            margin-top: -5rem;
        }

        .mt-minus-200 {
            margin-top: -12.5rem;
        }

        .mt-minus-248 {
            margin-top: -15.5rem;
        }

        .mt-minus-256 {
            margin-top: -16rem;
        }

        /* [data-tabs-content-wrapper] {} */

        [data-tab-content-container] {
            background: linear-gradient(180deg, rgba(239, 239, 240, 0.00) 0%, rgba(239, 239, 240, 0.95) 60%);
            /* backdrop-filter: blur(6px);  */
            border-bottom-left-radius: 1.875rem;
            border-bottom-right-radius: 1.875rem;
            z-index: 3;
            display: flex;
            align-items: flex-end;
        }

        .bg-tab-gradient {
            border-radius: 15px;
            background-image: url("/wp-content/plugins/fansocial/new-home/assets/desktop/your-safety-bg.jpg");
            background-repeat: no-repeat;
        }
        .bg-tab-gradient,
        [data-your-safety-model-overlay]{
            background-position: -252.763px -92.418px;
            background-size: 83.959% 175.762%;
        }
        
        [data-your-safety-overlay]{
            background:linear-gradient(
                180deg,
                rgba(251, 91, 162, 0.35) 0%,
                rgba(255, 0, 102, 0.70) 100%
                );
        }
        [data-your-safety-model-overlay] {
            /* background-image: url("/wp-content/plugins/fansocial/new-home/assets/images/your-safety-model.png"); */
            background-repeat: no-repeat;
        }

        @media screen and (max-width: 1009px) {
            .sign-in-popup-inner {
                width: 100% !important;
            }
        }

        @media screen and (min-width:1366px) {
            [data-tabs-image-large]{
                display: block !important;
            }
            .bg-tab-gradient,
            [data-your-safety-model-overlay]{
                background-position: -252.763px -92.418px;
                background-size: 70.959% 175.762%;
            }
            [data-your-safety-wrapper],
            [data-your-safety-model-overlay]{
                background-position: left;
                background-size: 44%;
            }
        }
        @media screen and (max-width:1365px) and (min-width:1010px) {
            [data-tabs-image-tablet-landscape]{
                display: block !important;
            }
            .w-50-responsive-tablet-landscape {
                width: 50%;
            }
            [ data-tab-content-container]{
                display: flex;
                align-items: end;
            }
            #media [ data-tab-content-container]{
                margin-top: -2rem;
                 background: transparent;
            }
            [data-your-safety-container]{
                padding: 0 !important;
            }
            .br-0--responsive-tablet-landscape {
                border-radius: unset;
            }
            [data-stop-jumping-tabs-wrapper] button{
                min-width: max-content;
                min-height: max-content;
                padding: 0.5rem 1.25rem;
            }
            
            #membership [data-tab-content-container]{
                margin-top: unset;
                background: transparent;
            }
            .mt-minus-176--responsive-tablet-landscape{
                margin-top: -12rem !important;
                  background: linear-gradient(180deg, rgba(239, 239, 240, 0.00) 0%, rgba(239, 239, 240, 0.95) 60%) !important;
            }
            [data-media-tab-lower-cards]{
                flex-direction: row !important;
            }
            [data-your-safety-wrapper],
            [data-your-safety-model-overlay]{
                background-position: left;
                background-size: 55%;
            }
        }

        @media screen and (max-width:1009px) and (min-width:768px) {
            [data-video-wrapper]{
                background-position: 70%;
            }
            [data-tabs-image-tablet-portrait]{
                display: block !important;
            }
            [data-your-safety-wrapper]{
                background-position: center;
                background-size: cover;
            }
            [data-your-safety-content]{
                width: 100%;
            }
            [data-your-safety-model-overlay]{
                display: none;
            }
            .w-50-responsive-tablet {
                width: 50%;
            }
            [data-your-safety-container]{
                padding: 0 !important;
            }
            .br-0--responsive-tablet {
                border-radius: unset;
            }
            [data-your-safety-container]{
                padding: 0 !important;
            }
             #media [ data-tab-content-container]{
                margin-top: unset;
                 background: transparent;
            }
            [data-stop-jumping-tabs-wrapper] button{
                min-width: max-content;
                min-height: max-content;
            }
            [data-stop-jumping-tabs-wrapper] button{
                min-width: max-content;
                min-height: max-content;
                padding: 0.5rem 1.25rem;
            }
            #membership [data-tab-content-container]{
                margin-top: unset;
                background: transparent;
            }
            .mt-minus-176--responsive-tablet{
                margin-top: -11rem !important;
                background: linear-gradient(180deg, rgba(239, 239, 240, 0.00) 0%, rgba(239, 239, 240, 0.95) 60%) !important;

            }
            .mt--minus--64--responsive-tablet{
                margin-top: -4rem !important;
            }
            .mt-minus-48--responsive-tablet{
                margin-top: -3rem !important;
            }
            [data-media-tab-lower-cards]{
                flex-direction: row !important;
            }
        }
        @media screen and (max-width:767px) {
            [data-video-wrapper]{
                background-position: 75%;
            }
            [data-tabs-image-mobile]{
                display: block !important;
            }
            .w-50-responsive-mobile {
                width: 50%;
            }
            .mt-minus-96--responsive-mobile{
                margin-top: -6rem;;
            }
            [data-your-safety-wrapper]{
                background-position: center;
                background-size: cover;
                height: unset;
                padding-bottom: 3rem;
                padding-top: 3rem;
            }

            [data-your-safety-content]{
                width: 100%;
            }
            [data-your-safety-model-overlay]{
                display: none;
            }
            .br-0--responsive-mobile {
                border-radius: unset;
            }
            .fs--20--responsive-mobile{
                font-size: 1.25rem;
            }
            .lh--30--responsive-mobile{
                line-height: 1.875rem;
            }
            .fs--14--responsive-mobile{
                font-size: 0.875rem;
            }
            .lh--20--responsive-mobile{
                line-height: 1.25rem;
            }
            .fw4--responsive-mobile{
                font-weight: 400;
            }
            [data-your-safety-container]{
                padding: 0 !important;
            }
            .pad--x--16--responsive-mobile{
                padding-left: 1rem;
                padding-right: 1rem;
            }
            [data-testimonial-card]{
                width: 240px !important;
            }
            .fs--24--responsive-mobile{
                font-size: 1.5rem;
            }
            .lh--32--responsive-mobile{
                line-height: 2rem;
            }
            .mt-minus-64--responsive-mobile{
                margin-top: -4rem;
            }
            .mt-minus-96--responsive-mobile{
                margin-top: -6rem;
            }
            [data-membership-tab-content]{
                padding: 4rem 1.25rem 1.25rem 1.25rem !important;
            }
            .w-100-responsive-mobile{
                width: 100%;
            }
            .pad--x--20-responsive-mobile{
                padding-left: 1.25rem;
                padding-right: 1.25rem;
            }
            .pad--bottom--20-responsive-mobile{
                padding-bottom: 1.25rem;
            }
            .pad--top--40-responsive-mobile{
                padding-top: 2.5rem;
            }
            [data-calls-events-content],[data-coming-soon-tab-content]{
                padding: 2.5rem 1.25rem 1.25rem 1.25rem !important;
            }
            [data-stop-jumping-tabs-wrapper]{
                overflow-x: auto;
                justify-content: start;
            }
            [data-stop-jumping-tabs-wrapper] button{
                min-width: max-content;
                min-height: max-content;
                padding: 0.5rem 1.25rem;
            }
             .flex-column-reverse-mobile     {
                flex-direction: column-reverse;
            }
            #media [data-tab-content-container]{
                margin-top: -2rem;
                background: transparent;
            }
            [data-tab-content-keep-all]{
                margin-top: -12rem !important;
            }
            [data-media-details-popup-top-inner]:before{
                display: none;
            }

        }