.ppf-hero-section{
    position: relative;
    height: 100vh;
    /* background: url('../images/background/coatingBG.jpg') no-repeat center center/cover; */
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    .filterLeft{
        position: absolute;
        background: linear-gradient(253deg, rgba(0, 0, 0, 0.00) 56.8%, #000 90.35%);
        height: 100%;
        width: 100%;
        z-index: 2;
    }
    .filterBottom{
        position: absolute;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 56.72%, #000 96.62%);
        height: 100%;
        width: 100%;
        z-index: 2;
    }
    video{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
    }
    .header-text {
        position: absolute;
        display: flex;
        max-width: 781px;
        bottom: 10%;
        flex-direction: column;
        gap: 17px;
        z-index: 3;
        left: 50%;
        transform: translatex(-50%);
    }
}

.benefitsWrapper{
    position: relative;
    /* padding-top: 400px; */
    z-index: 4;
    .benefits{
        display: flex;
        align-items: center;
        gap: 19px;
        align-self: stretch;
        flex-direction: column;
        overflow: hidden;
        .card-benefits{
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 10px;
            min-width: 280px;
            max-width: 380px;
            height: 290px;
            padding: 28px 38px;
            border-radius: 10px;
            background: linear-gradient(103deg, rgba(24, 24, 27, 0.95) 47.89%, rgba(14, 14, 17, 0.95) 96.67%);
        }
    }

}
.swiper_custom_nav{
    position: absolute;
    z-index: 10;
    bottom: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    display: flex;
    justify-content: space-between;
}
#swiper-2 .swiper-custom-pagination {
    width: 100% !important;
    display: flex;
    justify-content: center;
    padding-top: 2rem;
    bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
    transform: translateX(0%)!important;
}

#swiper-2 .swiper-pagination-bullet {
    opacity: 1;
    background-color: #ffffff30;
    width: .75rem;
    height: .75rem;
    margin: 0 6px;
}

#swiper-2 .swiper-pagination-bullet-active {
    background-color: var(--color-gray-200);
}

.ppf-packages{
    position: relative;
    background: url(../images/background/ppfBG1.jpg) no-repeat center center/cover;
    background-attachment: fixed;
    min-height: 100vh;

    .filterPPFbg{
        position: absolute;
        background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.00) 45.99%, #000 90.18%);
        min-height: 100vh;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .cardPPF{
        display: flex;
        max-width: 359px;
        padding: 42px 26px;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        border-radius: 10px;
        color: var(--color-gray-200);
        hr{
            width: 100%;
            height: 1px;
            background: #FFF;
        }
        .levelPPF{
            display: flex;
            justify-content: space-between;
            align-items: center;
            align-self: stretch;
        }
    }
}
