@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

.containerJP {
    max-width: 1240px;
    width: 90%;
    margin: auto;
}

p {
    margin: 0px;
}
.Img-flex-container20 .imag-1 {
    height: auto;
    max-height: 70vh;
    max-width: 30%;
    width: 60vw;
}
.h4heading {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.06em;
    color: #000000;
    margin: 0px;
}

header {
    background: linear-gradient(182.91deg, rgba(246, 219, 90, 0.4) -0.4%, rgba(246, 195, 90, 0.0222222) 105.16%);
}

.grid-container {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
    height: 339px;
}
.itemflexcontainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.text-jp {
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
    width: 412px;
    height: 45.09px;
}

.video-bg-colJP {
    background: #000000;
    border-radius: 5px;
}

.titlehowJP {
    margin-top: 20px;
}


.flexhowitworkcontJP {
    margin-top: 62px;
    display: flex;
    justify-content: center;
    column-gap: 20px;
    /* position: relative; */
}

.flexitem1jp {
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
    box-shadow: 0px 4px 12px rgba(7, 18, 22, 0.1);
    border-radius: 8px;
    width: 295px;
    height: 168px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8px;
    position: relative;
}

.flexitem1jp h5 span {
    color: #E94D1C;
}

.flexitem1jp h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
    margin: 14px 0px;
}

.flexitem1jp p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #828282;
    text-align: center;
}

.flexitem1jp img {
    margin-top: -81px;
}



.flexitem1jp::before {
    content: url("/assets/img/svg-img/jp2.svg");
    ;
    position: absolute;
    top: -23px;
    right: -41px;
}

.flexitem1jp:last-child::before {
    content: unset;

}

.titlehowJP2 {
    margin-top: 30px;
}

.titlehowJP2::after {
    content: "";
    width: 100px;
    height: 1.5px;
    background-color: #BDBDBD;
    position: absolute;
    top: 16px;
    right: 21rem;
}

.titlehowJP2::before {
    content: "";
    width: 100px;
    height: 1.5px;
    background-color: #BDBDBD;
    position: absolute;
    top: 16px;
    left: 21rem;
}

.textpickperJP {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #828282;
    padding-top: 8px;
}

.titlehowJP3::before {
    top: 16px;
    left: 24rem;
}

.titlehowJP3::after {
    top: 16px;
    right: 24rem;
}

.titlehowJP1::before {
    top: 16px;
    left: 26rem;
}

.titlehowJP1::after {
    top: 16px;
    right: 26rem;
}

.Img-flex-container20 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.owl-carousel .item {
    text-align: center;
}

.owl-carousel .item video {
    background-color: #000000;
    width: 400px;
}

/*--------------------------- video styling  ---------------------------------*/
a {
    text-decoration: none;
}

.footersection{
    padding: 4px 9px 9px 9px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.ltb-htwJP{
    background: #ec3a3a;
    padding: 8px 12px;
    color: #fff;
    border-radius: 4px;
}

#next_popupone{
    background-color: rgb(25, 25, 137);
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    border-radius: 5px;
    padding: 5px 10px;
    display: table;
    margin: 10px auto;
}


.modalJP-1{
    display: none;
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    padding-top: 80px;
}


.modal-contentJP-1{
    width: 100%;
    max-width: 742px;
    margin: auto;
}



/* ------------popup styling------------------ */
/* ------------popup styling------------------ */
/* ------------popup styling------------------ */


.Popup-container {
    display: flex;
    justify-content: end;
    gap: 11px;
}

.popoup-topbar {
    background: #F7F7F7;
    border-radius: 4px 4px 0px 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    gap: 81px;
}

.popupJP-modal-footer {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 20px;
    background: #F7F7F7;
    border-radius: 0px 0px 4px 4px;
}

.popup-top-marg {
    margin-top: 4px;
}

.popup-btnJP {
    width: 100px;
    height: 30px;
    background: #F7F7F7;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px;
    gap: 8px;
    color: #828282;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}

.popup-btnJP:focus,
.popup-btnJP:hover {
    color: #828282;
}

/* ---------------------------------- */

@media only screen and (max-width: 426px) {

    .grid-container {
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .flexhowitworkcontJP {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .flexitem1jp {
        margin-bottom: 73px;
    }

    .Img-flex-container20 {
        flex-direction: column;

    }

    .h4heading {
        font-weight: 600;
        font-size: 20px;
        line-height: 23px;
    }

    ::after,
    ::before {
        display: none;
    }

    .Img-flex-container20 img {
        /* width: 300px; */
        margin-bottom: 20px;
    }

    .text-jp {
        font-size: 17px;
        line-height: 20px;
        width: auto;
        height: 45.09px;
    }

    .video-bg-colJP video {
        width: 358px;
    }

    .mobileJP {
        margin-top: -60px;
    }
}
