* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Poppins;
}

a {
    text-decoration: none;
}

input:focus-visible {
    outline: none;
}

@font-face {
    font-family: Poppins;
    src: url(../../fonts/Poppins-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: Poppins;
    src: url(../../fonts/Poppins-Medium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: Poppins;
    src: url(../../fonts/Poppins-SemiBold.ttf);
    font-weight: 600;
}

@font-face {
    font-family: Poppins;
    src: url(../../fonts/Poppins-Bold.ttf);
    font-weight: 700;
}

@font-face {
    font-family: Poppins;
    src: url(../../fonts/Poppins-ExtraBold.ttf);
    font-weight: 900;
}

.py-120 {
    padding-block: 120px;
}

/*======================== login screen start ================================ */
.login-screen {
    background-color: #6938EF;
    height: 100vh;
    z-index: 1;
}

.signin-box .logo {
    max-width: 240px;
    margin-bottom: 40px;
}

.login-screen::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../../images/login-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.5;
}

.signin-box {
    max-width: 600px;
    border-radius: 24px;
    background-color: rgba(255, 255, 255, 0.85);
    padding: 40px 60px 70px;
}

.signin-box h2 {
    font-size: 40px;
    line-height: 1.2;
    color: #1A2860;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
}

.signin-form input {
    padding: 14px 20px 14px 46px;
    display: block;
    background-color: #fff;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 22px;
    border: 1px solid #727272;
}

.signin-box a, .signin-box button {
    background-color: #1A2860 !important;
    font-size: 20px;
    line-height: 32px;
    padding: 11px 0;
    border-radius: 30px;
}

.input-div img {
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
}

.input-div:last-child::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    /* background-image: url(../images/icons/Show.png); */
    background-image: url(../../images/Show.png);
    width: 24px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/*======================== login screen end ================================ */

/* ========================= NAVBAR START ========================= */
.navbar {
    position: relative !important;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    background: #fff;
    border-bottom: 2px solid transparent;
    z-index: 999;
    min-height: 80px;
    padding: 13px 0;
}

.navbar .logo {
    width: 220px;
}

.navbar-expand-xl .navbar-nav {
    margin-left: auto;
    margin-right: 60px;
}

.navbar .navbar-nav .nav-link {
    color: rgb(26, 40, 96);
    font-size: 15px;
    font-weight: 500;
    /* padding: 15px 12px !important; */
    margin: 10px 5px;
}

.profile-icon {
    background-color: #1A2860;
    border-radius: 30px;
    padding-right: 10px;
}

/* ======================== NAVBAR END ============================= */

/* =============== HERO SECTION START ====================== */
.products-hero-bg {
    background-image: url(../../images/hero-img.png) !important;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.products-hero-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4) !important;
    width: 100%;
    height: 100%;
    opacity: 1;
}

.pg-header-sipm {
    height: 250px;
    padding: 80px 0;
}

.hero-content-heading h1 {
    position: relative;
    font-size: 60px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    z-index: 55;
}

/* =============== HERO SECTION END ======================= */

/* ================ PRODUCTS SECTION START ==================== */
.card-box {
    background-color: #fff;
    padding: 16px;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px;
}

.card-box-img img {
    max-width: 384px;
    height: 384px !important;
    object-fit: cover;
    border-radius: 30px;
}

.card-box-content h4 {
    font-size: 20px;
    line-height: 36px;
    font-weight: 500;
    color: #000;
    padding-block: 12px 6px;
    margin-bottom: 0;
}

.card-box-content p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #9794AA;
}

.card-box-content a {
    background-color: #1A2860;
    display: flex;
    color: #fff !important;
    padding-block: 6px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 30px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
}

/* ================ PRODUCTS SECTION END ================================ */

/* ================= VIEW CART SECTION ===================== */
.price-details {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px;
}

.price-details-heading,
.payment-information h5 {
    background-color: #F5F5F5;
}

.price-details-heading h5,
.payment-information h5 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    padding: 12px 20px;
}

.details-blog {
    padding: 20px;
}

.price-details-list h6 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 16px;
}

.total-price {
    border-top: 1px dashed #CBCAD7;
    border-bottom: 1px dashed #CBCAD7;
    padding-block: 20px;
}

.price-details button {
    background-color: #FB641B;
    color: #fff;
    border: none;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 9px 26px;
    border-radius: 30px;
    margin-top: 20px;
}

.your-cart-product img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.your-cart-product h5 {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
}

.your-cart-product h6 {
    font-size: 14px;
    line-height: 1.2;
    color: #727272;
}

.quantity-product {
    border: 1px solid #727272;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quantity-product span {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quantity-product span:nth-child(2) {
    border-left: 1px solid #727272;
    border-right: 1px solid #727272;
}

.quantity-product-content a {
    font-size: 13px;
    line-height: 22px;
    color: #727272 !important;
    text-align: center;
    text-decoration: underline !important;
}

.your-cart-box,
.payment-information,
.register-succeed {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px;
}

.your-cart-box thead {
    background-color: #F5F5F5;
}

.your-cart-box thead th {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: capitalize;
    padding-block: 10.5px;
}

.your-cart-box tbody tr {
    border-bottom: 1px solid #CBCAD7;
}

.your-cart-box tbody td {
    padding-block: 20px;
}

.your-cart-box tbody td:first-child,
.your-cart-box thead th:first-child {
    padding-left: 20px;
}

.quantity-product-content {
    width: 120px;
}

.product-card .top-heading {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 30px;
    color: #000;
}

.payment-content-form select,
.payment-content-form input {
    padding: 10px 20px;
    border-radius: 30px;
    /* appearance: none; */
    border: 1px solid #CBCAD7;
    color: #727272;
    /* text-transform: capitalize; */
    font-size: 16px;
}

.payment-content-form {
    padding: 24px;
}

.payment-checkbox span {
    font-size: 14px;
    line-height: 22px;
    color: #727272;
}

.payment-content-form button {
    background-color: #1A2860;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    border-radius: 30px;
    padding: 10px 20px;
}

.register-succeed {
    padding: 60px;
}

.register-succeed img {
    max-width: 250px;
    width: 100%;
    height: auto;
}

.register-succeed h2 {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 600;
    color: #119116;
}

.register-succeed p {
    font-size: 20px;
    line-height: 1.2;
    font-weight: #727272;
}

.register-succeed p span {
    font-weight: 600;
    color: #000;
}

.blue-btn {
    background-color: #1A2860;
    color: #fff;
    border: none;
    padding: 10px 20px !important;
    border-radius: 30px;
    min-width: auto;
    font-size: 16px;
}

.blue-btn:hover {
    background-color: #1A2860;
    color: #fff;
    font-size: 16px;
}

.product-card .blue-btn {
    font-weight: 500;
    padding-inline: 30px !important;
}

@media (max-width:1399px) {
    .card-box-img img {
        height: 320px !important;
    }

}

@media (max-width:767px) {
    .card-box-img img {
        max-width: 100%;
        height: 100% !important;
    }

    .quantity-product span {
        width: 30px;
        height: 30px;
    }

    .quantity-product-content {
        width: 90px;
    }

    .hero-content-heading h1 {
        font-size: 48px;
    }
}

@media (max-width:640px) {
    .signin-box {
        max-width: 520px;
    }

    .signin-box .logo {
        max-width: 200px;
    }

    .signin-box h2 {
        font-size: 32px;
    }

    .signin-form input {
        padding: 12px 16px 12px 40px;
        margin-bottom: 20px;
    }

    .signin-box a, .signin-box button {
        font-size: 18px;
        line-height: 28px;
    }

    .input-div img {
        left: 16px;
        width: 18px;
    }

    .input-div:last-child::after {
        right: 16px;
    }
}

@media (max-width:575px) {
    .signin-box {
        max-width: 100%;
        margin-inline: 20px;
        padding-inline: 40px;
    }

    .your-cart-box thead th {
        font-size: 14px;
    }

    .your-cart-box td h6 {
        font-size: 14px;
    }

    .quantity-product span {
        font-size: 14px;
    }

    .register-succeed h2 {
        font-size: 28px;
    }

    .register-succeed p {
        font-size: 16px;
    }

    .hero-content-heading h1 {
        font-size: 36px;
    }

    .navbar .logo {
        max-width: 160px;
    }

    .pg-header-sipm {
        height: 480px;
    }
}

@media (max-width:480px) {
    .signin-box {
        padding-inline: 20px;
    }

    .signin-form input {
        margin-bottom: 16px;
    }

    .signin-box .logo {
        margin-bottom: 30px;
    }

    .signin-form input {
        font-size: 14px;
    }

    .input-div img {
        width: 16px;
    }

    .your-cart-product h5 {
        max-width: 120px;
    }

    .register-succeed h2 {
        font-size: 20px;
        margin-top: 10px;
    }

    .register-succeed {
        padding: 30px 20px;
    }

    .hero-content-heading h1 {
        font-size: 30px;
    }

    .pg-header-sipm {
        height: 320px;
    }

    .total-price h5 {
        font-size: 18px !important;
    }

    .payment-content-form select,
    .payment-content-form input {
        font-size: 14px;
    }

    .payment-content-form {
        padding: 16px;
    }

    .payment-content-form select,
    .payment-content-form input {
        padding: 10px 16px;
    }

    .input-div:last-child::after {
        width: 20px;
    }
}

.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050; /* above modals if needed */
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(4px);
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1400px) {
    .navbar .navbar-collapse {
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        max-height: unset;
    }
}
.select2-selection__rendered {
    line-height: 31px !important;
}
.select2-container .select2-selection--single {
    height: 35px !important;
}
.select2-selection__arrow {
    height: 34px !important;
}
