:root {
    --size: clamp(10rem, 1rem + 40vmin, 30rem);
    --gap: calc(var(--size) / 35);
    --duration: 60s;
    --scroll-start: 0;
    --scroll-end: calc(-100% - var(--gap));
    --bg-blue: #00335e;
    --bg-white: #FFFFFF;
    --bg-red: #EE2110;
    --text-color-red: #EE2110;
    --text-color-white: #FFFFFF;
    --text-color: #111111;
    --inter: 'Inter';
    --test-n-2: 'TestNational2';
    --bg-color-greywhite: #F4F4F4;
}

/* .inter-<uniquifier> {
        font-family: "Inter", serif;
        font-optical-sizing: auto;
        font-weight: <weight>;
        font-style: normal;
      } */
/* @font-face {
    font-family: 'TestNational2';
    src: url('../font/TestNational2-Medium.otf') format('opentype');
    font-style: medium;
} */

@font-face {
    font-family: 'TestNational2';
    src: url("../font/TestNational2-Medium.otf") format('opentype');
}

@font-face {
    font-family: 'inter';
    src: url('/font/Inter/Inter-VariableFont_slnt,wght.ttf') format('opentype');


}

body {
    a {
        text-decoration: none;
    }
}

input,
select,
textarea,
button {
    outline: 0;
}

.header {
    background: #FFFFFF;
    box-shadow: 0px 2px 7px #0000001a;
    padding-bottom: 10px;
}

.hidenav-ad {
    display: none !important;
}

/* banne-highlight-section-start */
.main-banner-section {
    margin: 40px 0px;

    .banner-bg {
        /* background-image: url("<?php echo base_url(); ?>/images/bulkdetails_bg"); */
        background-image: url("https://jpoint.co.in/images/bulkdetails_bg.png");
        background-position: center;
        background-size: cover;
        height: 212px;
        display: flex;
        align-items: center;
        border-radius: 8px;
    }

    .banner-bg h1 {
        margin: auto;
        font-family: var(--test-n-2);
        font-style: normal;
        font-weight: 500;
        font-size: 50px;
        line-height: 58px;
        text-align: center;
        text-transform: capitalize;
        color: #FFFFFF;
    }
}

/* banne-highlight-section-End*/

/* <!-- Products-Detail-section-start --> */
.pro-de-sec-np {
    .container {
        max-width: 1200px;
    }

    margin: 40px 0px 30px 0px;

    .img-showcase {
        width: 402px;
        height: 402px;

    }

    /* .img-showcase img {
        width: 402px;
        height: 402px;
        border: 1px solid #F2F3F7;
        border-radius: 10px;

    } */

    .img-select img {
        width: 80px;
        height: 70px;
        margin: 0px 6px;
        border-radius: 5px;
    }


    .img-display {
        width: 100%;
        height: 402px;
        border: 1px solid #F2F3F7;
        border-radius: 10px;
        overflow: hidden;
        position: relative;
    }

    .img-showcase img {
        width: 100%;
        height: 402px;
        transition: transform 0.1s ease-in-out;
    }

    .img-select {
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }

    .img-item {
        margin: 5px;
    }

    .img-item img {
        width: 70px;
        cursor: pointer;
        border: 2px solid transparent;
    }

    .img-item img:hover,
    .img-item img.active {
        border: 2px solid #000;
    }

    .zoomable {
        position: relative;
        cursor: zoom-in;
    }


    .img-select {
        display: flex;
        margin: 15px 0px 0px 0px;
        justify-content: flex-start;

    }

    .offmain {
        display: flex;
        justify-content: space-between;
    }

    .two-btn {
        display: flex;
        gap: 10px;
    }

    .bulk-d p {
        background: #00335E;
        border-radius: 4px;
        margin: 0px;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 16px;
        color: #FFFFFF;
        height: 37px;
        width: 115px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .off p {
        background: #00335E;
        border-radius: 4px;
        margin: 0px;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 16px;
        color: #FFFFFF;
        height: 37px;
        width: 115px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .brand-section {
        display: flex;
        align-items: center;
        gap: 2px;
    }

    .brand-section img {
        margin: 0px;
    }

    .brand-section p {
        margin: 0px;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #111111;
    }

    /* .bann-main-d {
        padding: 0px 40px;
    } */

    .pr-name-np h2 {
        font-family: var(--inter);
        font-size: 20px;
        font-weight: 500;
        line-height: 28px;
        color: #111111;
        margin: 14px 0px;
    }

    .price-section {
        display: flex;
        gap: 10px;
        align-items: end;

        .current-price {
            font-family: 'Inter';
            font-style: normal;
            font-weight: 700;
            font-size: 24px;
            line-height: 32px;
            color: #111111;
        }

        .original-price {
            font-family: 'Inter';
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            text-decoration-line: line-through;
            color: #303030;
        }
    }

    hr{
        border: 0.5px solid #C2C2C2;
    }

    .last-price {
        font-family: var(--inter);
        font-size: 16px;
        font-weight: 600;
        line-height: 22px;
        color: #111111;
        margin: 0px;
    }

    .Exc-np {
        font-family: var(--inter);
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        font-style: normal;
        color: #303030;
        margin-bottom: 6px;
    }

    .last-price span {
        font-family: var(--inter);
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        color: #303030;
    }

    .moq-np p {
        font-family: var(--inter);
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        font-style: normal;
        color: #303030;
        margin-bottom: 20px;
    }

    .pro-di-np p {
        font-family: var(--inter);
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        color: #303030;
    }

    .tw-btn-deal-join {
        display: flex;
        justify-content: center;
        margin: 20px 0px;
        flex-direction: row;
        align-items: flex-start;
        gap: 20px;

    }

    .Deal-btn-np button {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 14px;
        height: 44px;
        width: 100%;
        border: 1px solid #00335E;
        border-radius: 100px;
        gap: 6px;
        background: #FFFFFF;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 16px;
        text-align: center;
        text-transform: capitalize;
        color: #00335E;
        transition: width 0.5s ease;
        position: relative;
        z-index: 1;
        overflow: hidden;
    }

    .Deal-btn-np a{
        width: 100% !important;
    }

    .Deal-btn-np{
        width: 100%;
        display: flex
    ;
    }

    .Deal-btn-np button:hover{
    color: var(--bg-white);
    border: 1px solid var(--bg-blue);
    }
    .Deal-btn-np button:hover::before {
        width: 100%;
        border: 2px solid var(--bg-blue);
        background-color: var(--bg-blue);

    }

    .Deal-btn-np button::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 100px;
    background-color: var(--bg-blue);
    z-index: -1;
    transition: width 0.5s ease;
}
.Join-btn-np{
    width: 100%;
    display: flex;
}

    .Join-btn-np button {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 14px;
        gap: 6px;
        height: 44px;
        width: 100%;
        background-color: #ee2110;
        border-radius: 100px;
        border: 1px solid #ffffff;
        font-family: var(--inter);
        font-size: 16px;
        font-weight: 500;
        line-height: 16px;
        color: #ffffff;
        transition: width 0.5s ease;
        position: relative;
        z-index: 1;
        overflow: hidden;
    }
    .belowbtnhr{
        border: 0.5px solid #E0E0E0;
        margin: 30px 0px 5px;
    }

    .topbtnhr{
       margin-bottom: 30px;
    }

    .Join-btn-np button:hover{
        color: var(--bg-white);
        border: 1px solid var(--bg-blue);
        }
        .Join-btn-np button:hover::before {
            width: 100%;
            border: 2px solid var(--bg-blue);
            background-color: var(--bg-blue);
    
        }
    
        .Join-btn-np button::before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 0;
        border-radius: 100px;
        background-color: var(--bg-blue);
        z-index: -1;
        transition: width 0.5s ease;
    }

    .sel-pro-np {
        margin: 30px 0px 0px 0px;
        padding: 20px 20px 20px 20px;
        flex-direction: column;
        gap: 30px;
        align-items: flex-start;
        flex-shrink: 0;
        flex-wrap: nowrap;
        background-color: #f2f3f7;
        border-radius: 10px;
    }

    .sel-pro-np h1 {
        font-family: var(--inter);
        font-size: 20px;
        font-weight: 700;
        font-style: normal;
        line-height: 28px;
        color: #111111;
        margin-bottom: 2px !important;
        
    }

    ul{
        text-align: left !important;
        padding: 0px !important;
    }

    .cit-n-np p {
        font-family: var(--inter);
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        color: #303030;
        margin: 0px;
    }

    .business-np {
        display: flex;
        align-items: center;
        gap: 10px;

    }
}

.timer-section {
    background: linear-gradient(101deg, rgba(0, 51, 94, 1) 0%, rgba(238, 33, 16, 1) 100%);
    border-radius: 10px;
    color: white;
    padding: 23px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 30px;
    margin: 30px 0px;
}


.timer {
    display: flex;
    gap: 25px;
}

.timer-unit {
    text-align: center;
}

.timer-value {
    font-family: var(--test-n-2);
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 38px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;

}

.icon-timer {
    font-size: 26px;
    transform: scale(1.2);
    display: flex;
    align-items: flex-start;
}

.timer-label {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    color: #F4F4F4;
}

.button-main-np {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0px;
    gap: 20px;
    position: absolute;
    width: 1350px;
    height: 60px;
    left: calc(50% - 1350px/2);
    top: 901px;
}

.rate p {
    font-family: var(--test-n-2);
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 38px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    margin: 0px;
}

.pro-d-t-np h1 {
    font-family: var(--test-n-2);
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: #111111;
}

.pro-de-1-np {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-family: var(--inter);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #111111;
}

.pro-de-name {
    text-transform: capitalize;
}

.main-off-section {
    display: flex;
    flex-direction: column;
    /* align-items: flex-start; */
    padding: 12px;
    gap: 16px;
    width: 100%;
    background: #F2F3F7;
    border-radius: 10px;

}

.naher-text-np p {
    font-family: var(--inter);
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #111111;
    margin: 0px;
}

.Naher-text-description p {
    font-family: var(--inter);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #111111;
    margin: 20px 0px;
}

.n-t-b {
    border: 0.5px solid #C2C2C2;
    opacity: .25;
}

.m-title h1 {
    font-family: var(--inter);
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #111111;
    margin: 20px 0px 0px 0px;
}

/* <!-- Products-Detail-section-End --> */

/* Faq-Style-start */
.faq-container {
    margin: auto;
}

/* FAQ Item */
.faq-item {
    border-bottom: 0.5px solid #e0e0e08c;
    padding: 5px 0px;

}

/* FAQ Button */
.faq-question {
    width: 100%;
    background: none;
    border: none;
    padding: 15px 0px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: var(--test-n-2);
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #111111;
}

/* Arrow Icon */
.arrow {
    font-size: 16px;
    transition: transform 0.3s ease;

    i{
        text-shadow: 0 0 1px rgb(0 0 0), 0 0 1px rgb(0 0 0) !important;
    }
}

/* FAQ Answer */
.faq-answer {
    display: none;
    padding: 10px 0px;
    font-family: var(--inter);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #303030;
}

/* .faq-answer p{
    
} */
/* Show Active Answer */
.faq-item.active .faq-answer {
    display: block;
}

/* Rotate Arrow for Active Item */
.faq-item.active .arrow {
    transform: rotate(180deg);
}

#requirementModal {
    #buy-popup {
        height: 424px;
        /* width:420px; */
    }

    #buy-popup .btn-close {
        position: relative;
        top: -32px;
        color: #000000;
    }

    .modal-header {
        border-bottom: none;
        padding: 20px 20px 10px 20px !important;
    }

    .modal-body {
        padding: 20px;
    }

    #buy-popup p {
        font-family: var(--inter);
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 28px;
        color: #111111;
        margin: 5px 5px 10px 5px;

    }

    .login-btn,
    .create-btn {
        width: 100%;
        padding: 10px;
        margin: 8px 0;
        border-radius: 25px;
        font-weight: 500;
    }



    .login-btn {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 14px 20px;
        gap: 10px;
        /* width: 360px; */
        height: 52px;
        background: var(--bg-red);
        border-radius: 100px;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 16px;
        text-align: center;
        text-transform: capitalize;
        color: #FFFFFF;
        border: none;
    }

    .create-btn {
        background: white;
        color: var(--bg-blue);
        border: 1px solid var(--bg-blue);
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 14px 20px;
        gap: 10px;
        /* width: 360px; */
        height: 52px;
        border-radius: 100px;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 16px;
        text-align: center;
        text-transform: capitalize;

    }

    .divider {
        /* position: relative;
        text-align: center; */
        margin: 30px 0;
        font-family: 'Test National 2';
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 26px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #111111;
    }

    .divider::before,
    .divider::after {
        content: '';
        position: absolute;
        top: 50%;
        width: 35%;
        height: 1px;
        background-color: #8A8A8A;
        transform: translateY(-50%);
    }

    .divider::before {
        left: 20px;
    }

    .divider::after {
        right: 20px;
    }

    .modal-title {
        font-family: var(--test-n-2);
        font-style: normal;
        font-weight: 600;
        font-size: 30px;
        line-height: 38px;
        color: #111111;
    }



}

.red {
    color: #ee2110 !important;
}

/* Faq-Style-End*/