.bg-image {
    object-fit: cover;
  }
  .bg-image {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .bg-image:not([class*=absolute]) {
    position: absolute;
  }
  
.jiggle-pay-sec1 {
    height: 900px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.jiggle-pay-content h2{
    color: var(--Primary-Off-White, #FAFAFA);
    font-family: "FS Meridian";
    font-size: 56px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-transform: capitalize;
    margin-bottom:20px;
}
.jiggle-pay-content p{
    color: var(--Secondary-Sage-Green, #C2D6B5);
    font-family: "FS Meridian";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 27px */
    margin-bottom:24px;
}
.jiggle-pay-content{
    width: 529px;
    max-width: 100%;
}
.app-icon{
    gap: 24px;
    display: flex;
}

.logo-3d img{
    width: 461px;
    height: 631px;
    flex-shrink: 0;
    transform: translate(0px, 63px);
    object-fit: cover;
    margin: auto;
    float: right;

}
.jiggle-pay-sec1::after {
    content: "";
    background: #141414;
    position: absolute;
    height: 120px;
    width: 100%;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index:-1;
}
.jiggle-pay-sec1 .center-content{
    position: absolute;
    bottom: 8px;
    left: 0px;
    right: 0px;
    width: 150px;
    margin: auto;
    text-align: center;
    padding: 32px 0px;
}
.jiggle-pay-sec1 .scroll-icon h5 {
    font-family: "FS Meridian";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 132.5%;
    color: #FAFAFA;
    transition: .4s ease-in-out;
}
.rating-img img{
    width:20px;
    height:20px;
    max-width:100%;
}
.rating-img{
    display: flex;
    gap: 4px;
    margin: auto;
    margin-bottom:24px;
}
.rating-content-card h4{
    color: var(--Primary-Bright-Green, #82E578);
    text-align: center;
    font-family: "FS Meridian";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 129%;
}
.rating-content-card h2{
    color: var(--Primary-Off-White, #FAFAFA);
    text-align: center;
    font-family: "FS Meridian";
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-transform: capitalize;
    margin-bottom:24px;
}
.rating-content-card p{
    color: var(--Secondary-Sage-Green, #C2D6B5);
    text-align: center;
    font-family: "FS Meridian";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom:24px;
    padding: 0px 31px;
}
.rating-content-card {
    text-align: center;
    display: flex;
    flex-direction: column;
}
.rating-content-card{
    text-align: center;
    display: flex;
    flex-direction: column;
    width: 854px;
    max-width: 100%;
    margin: auto;
}
.rating-section{
    padding: 0px 64px 64px 64px;
    background: var(--Primary-Off-Black, #141414);
}
.col-bg{
    background:url(../images/Container.png) no-repeat;
    background-size:cover;
    background-position:center center;
    padding:80px 0px;
    border-radius: var(--Bevel-Std, 16px);
}
.rating-content-card .app-icon {
    gap: 24px;
    display: flex;
    justify-content: center;
}
.benfit-section{
    background:url(../images/Benefits.png) no-repeat;
    background-size:cover;
    background-position:center center;
    padding:144px 0px 128px;
    position: relative;
    z-index: 1;
}
.benfit-right h5{
    color: var(--Primary-Off-White, #FAFAFA);
    font-family: "FS Meridian";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 129%;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.benfit-right .card {
    background: transparent;
    position: relative;
    border-radius: 0px;
    width: 378px;
    max-width: 100%;
    padding-left: 40px;
    margin-bottom:64px;
}
.benfit-left h2{
    color: var(--Primary-Off-White, #FAFAFA);
    font-family: "FS Meridian";
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-bottom:24px;
}
.benfit-left p{
    color: var(--Secondary-Sage-Green, #C2D6B5);
    font-family: "FS Meridian";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.benfit-right .card::before {
    content: '';
    background: url(../images/Path.svg);
    width: 19px;
    height: 17px;
    position: absolute;
    left: 8px;
    top: 4px;
}
.benfit-right p{
    color: var(--Secondary-Sage-Green, #C2D6B5);
    font-family: "FS Meridian";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
}
.video-benefit{
    transform: rotateY(-540deg);
    object-position: right center;
}
.home-last-section {
    background: url(../images/last-bg.png) no-repeat;
    background-size: cover;
    height: 600px;
    background-position: center center;
}
.home-last-section .home_s6textbar {
    width: 800px;
    max-width: 100%;
    margin: auto;
}
@media screen and (max-width: 600px) {
    .home-bannerinfo header{
        background: linear-gradient(180deg, #141414 0%, rgb(16 15 15) 100%);
        height: 72px;
    }
    .jiggle-pay-sec1 {
        height: 770px;
        position: relative;
        z-index: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px 0px 24px;
        margin-top: 26px;
    }
    .jiggle-pay-sec1 .center-content img{
        width: 24px;
        height: 24px;
    }
    .jiggle-pay-sec1 .center-content {
        padding: 12px 0px;
    }
    .jiggle-pay-sec1::after {
        content: "";
        background: transparent;
        position: absolute;
        height: 120px;
        width: 100%;
        bottom: 0px;
        left: 0px;
        right: 0px;
        z-index: -1;
    }
    .jiggle-pay-sec1 .scroll-down h5{
        display:none !important;
    }
    .jiggle-pay-sec1 .bg-image {
      top: 26px;
    }
    .logo-3d img {
        width: 191px;
        height: 263px;
        flex-shrink: 0;
        transform: translate(0px, 0px);
        object-fit: cover;
        margin: auto;
        margin-bottom: 32px;
        float:none;
    }
    .jiggle-pay-content h2{
        color: var(--Primary-Off-White, #FAFAFA);
        text-align: center;
        font-family: "FS Meridian";
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%; /* 38.4px */
        margin-bottom: 8px;
    }
    .jiggle-pay-content {
        width: 529px;
        max-width: 100%;
        text-align: center;
        padding: 0px 15px;
    }
    .app-icon {
        gap: 24px;
        display: flex;
        margin: auto;
        justify-content: center;
    }
    .jiggle-pay-content p {
        color: var(--Secondary-Sage-Green, #C2D6B5);
        font-family: "FS Meridian";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        margin-bottom: 24px;
    }
    .jiggle-pay-sec1 .center-content {
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        width: 150px;
        margin: auto;
        text-align: center;
    }
    .rating-section {
        padding: 24px 24px;
        background: var(--Primary-Off-Black, #141414);
        margin-top: 26px;
    }
    .rating-section .col-bg .container{
        padding: 0px;
    }
    .rating-content-card h2 {
        color: var(--Primary-Off-White, #FAFAFA);
        text-align: center;
        font-family: "FS Meridian";
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 149%;
        text-transform: capitalize;
        margin-bottom: 24px;
    }
    .rating-content-card h4 {
        color: var(--Primary-Bright-Green, #82E578);
        text-align: center;
        font-family: "FS Meridian";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        margin-bottom: 4px;
    }
    .col-bg {
        background: url(../images/Container-mo.png) no-repeat;
        background-size: cover;
        background-position: center center;
        padding: 40px 24px;
        border-radius: var(--Bevel-Std, 16px);
    }
    .rating-content-card .app-icon img {
        width: 128px;
        height: 44px;
    }
    .rating-content-card p {
        color: var(--Secondary-Sage-Green, #C2D6B5);
        text-align: center;
        font-family: "FS Meridian";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        margin-bottom: 24px;
        padding: 0px 0px;
    }
    .benfit-section {
        background: url(../images/Benefits.png) no-repeat;
        background-size: cover;
        background-position: center center;
        padding: 80px 24px 16px;
    }
    .benfit-left h2 {
        color: var(--Primary-Off-White, #FAFAFA);
        font-family: "FS Meridian";
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
        margin-bottom: 8px;
        text-align: center;
        padding: 0px 71px;
    }
    .benfit-left p {
        color: var(--Secondary-Sage-Green, #C2D6B5);
        font-family: "FS Meridian";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        text-align: center;
        margin-bottom: 24px;
    }
    .benfit-right .card {
        background: transparent;
        position: relative;
        border-radius: 0px;
        width: 378px;
        max-width: 100%;
        padding-left: 0px;
        margin-bottom: 0px;
        margin-top: 24px;
        text-align: center;
    }
    .benfit-right h5 {
        color: var(--Primary-Off-White, #FAFAFA);
        font-family: "FS Meridian";
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 129%;
        text-transform: capitalize;
        margin-bottom: 16px;
        margin-top: 16px;
    }
    .benfit-right .card::before {
        content: '';
        background: url(../images/Path-mo.svg) no-repeat;
        width: 32px;
        height: 32px;
        position: absolute;
        left: 0px;
        top: -22px;
        margin: auto;
        right: 0px;
    }
    .benfit-right p {
        color: var(--Secondary-Sage-Green, #C2D6B5);
        font-family: "FS Meridian";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        margin-bottom: 24px;
    }
    .video-benefit {
        position: absolute;
        width: 100%;
        transform: rotate(-180deg);
        z-index: -1;
        height: 163px;
        object-fit: cover;
        top: 0px;
    }
    .home-last-section {
        background: url(../images/last-bg-mo.png) no-repeat;
        background-size: cover;
        height: 407px;
        padding: 125px 24px 40px;
    }
    .home-last-section .home_s6textbar {
        width: 758px;
        max-width: 100%;
        margin: auto;
        padding: 0px 0px;
        text-align: center;
    }
    .home_s6title {
        font-size: 24px;
        padding: 0px 37px;
    }
    .home-last-section .app-icon{
        display:none !important;
    }
   .home-last-section .btn{
        border-radius: var(--Bevel-Field, 4px);
        background: var(--Primary-Bright-Green, #82E578);
        color: var(--Primary-Off-Black, #141414);
        text-align: center;
        font-family: "FS Meridian";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%; /* 22.4px */
        text-transform: capitalize;
        display: flex;
        height: 48px;
        padding: 0px 32px;
        justify-content: center;
        align-items: center;
    }
    .home-last-section .btn:hover{
        border-radius: var(--Bevel-Field, 4px);
        background: #000;
        color: #FAFAFA;
    }
}
