html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

@font-face {
    font-family: League Spartan;
    src: url("/assets/fonts/LeagueSpartan-Regular.ttf");
}

@font-face {
    font-family: Poppins;
    src: url("/assets/fonts/Poppins-Regular.ttf");
}

body {
    margin: 0;
    font-family: Poppins !important;
    background: linear-gradient(rgba(199, 246, 174, 0.096), rgba(230, 230, 151, 0.25), rgba(255, 192, 203, 0.233), rgba(135, 207, 235, 0.312));
}

th {
    color: #24a343 !important;
}



.logo-img {
    height: 60px;
    width: 172px;
}

.modify-navbar {
    background-color: #06112d !important;
}

.nav-item {
    color: #fff;
    font-family: "Poppins", serif !important;
    font-size: 16px;
    font-weight: 500;
    line-height: auto !important;
    letter-spacing: 0%;
    text-align: left;
}

.nav-link {
    color: #fff;
}

.nav-link:hover {
    color: #078ad6 !important;
    text-decoration: underline;
}

.bg-hero {
    background-image: url("/assets/img/hero-1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 85vh !important;
    display: flex;
    justify-content: center;
    align-items: center;

}

.bg-bg-hero {
    position: relative;
    z-index: 1;
    overflow-x: hidden !important;
}

.text-justify {
    text-align: justify !important;
}

.large-icon {
    font-size: 220px !important;
    color: #ffffff !important;
}

.large-icon-cont {
    /* width: 350px;
    height: 350px; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* border-radius: 50%;
    border: 7px solid #fff !important; */
    /* box-shadow: 0px 7px 20px #fff; */
}

.large-icon-cont {
    position: absolute;
    z-index: 999999 !important;
}

.large-icon-cont img {
    max-height: 70vh;
    background-color: #fbfbfb5f !important;
    border-radius: 30px !important;
    padding: 20px !important;

}

.bg-hero .container {
    background: linear-gradient(to right, #06112d, rgba(6, 91, 202, 0.348)) !important;
    height: auto !important;
    padding: 40px !important;
    border-radius: 20px;
    /* background-image: url("/assets/img/hero-1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(6, 36, 136, 0.411); 
    
    background-blend-mode: multiply;
     */
}


.heading-text {
    color: rgb(29, 29, 29);
    font-family: Poppins;
    font-size: 60px;
    font-weight: 900 !important;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 4%;
    text-align: left;
}

.sub-text {
    color: rgb(29, 29, 29);
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0%;
    text-align: left;
}

.start_btn {
    border-radius: 10px;
    background: #078ad6 !important;
    padding: 10px 20px 10px 20px;
    color: rgb(255, 255, 255);
    font-family: Poppins;
    font-size: 20px;
    font-weight: 700;
    line-height: auto;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    border: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.start_btn:hover {
    background: rgb(251, 204, 6);
    color: black;
}

.bg-body-tertiary {
    --bs-bg-opacity: 1;
    /* background-color: transparent !important; */
}

.sub-header-text {
    color: rgb(29, 29, 29);
    font-family: League Spartan;
    font-size: 48px;
    font-weight: 700;
    /* line-height: 60px; */
    /* letter-spacing: 0%; */
    text-align: left;
}

.product-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-radius: 18px;
}

.product-cat-background-1 {
    background: rgb(120, 128, 172);
}

.product-cat-background-2 {
    background: rgb(107, 172, 181);
}

.product-cat-background-3 {
    background: rgb(192, 188, 151);
}

.product-cat-background-4 {
    background: rgb(129, 196, 161);
}

.product-cat-background-5 {
    background: rgb(116, 149, 187);
}

.product-cat-background-6 {
    background: rgb(201, 132, 128);
}

.product-text {
    color: rgb(255, 255, 255);
    font-family: Poppins;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0%;
    text-align: left;
}

.feature-card {
    border-radius: 26px;
    background: linear-gradient(to left, #078ad66e, #eaeaea);
}

.feature-header-text {
    color: rgb(29, 29, 29);
    font-family: League Spartan;
    font-size: 58px;
    font-weight: 1000 !important;
    text-transform: capitalize;
    /* line-height: 60px; */
    letter-spacing: 0%;
    text-align: left;
}

.feature-sub-text {
    font-family: Poppins;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: left;
}

.feature-sub-color-1 {
    color: rgb(46, 156, 65);
}

.feature-sub-color-2 {
    color: rgb(123, 51, 217);
}

.feature-sub-color-3 {
    color: rgb(224, 151, 10);
}

.feature-sub-color-4 {
    color: rgb(43, 143, 236);
}

.feature-bottom-text {
    color: rgb(29, 29, 29);
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0%;
    text-align: left;
}

.side-banner {
    position: relative;
    top: 10px;
    /* overflow: hidden; */
}

.side-banner-text {
    color: rgb(255, 255, 255);
    font-family: League Spartan;
    font-weight: 400;
    /* line-height: 29px; */
    letter-spacing: 0%;
    text-align: left;
    font-size: 60px !important;
}

.side-banner-heading-text {
    color: rgb(255, 255, 255);
    font-family: League Spartan;
    font-weight: 700;
    line-height: 66px;
    letter-spacing: 0%;
    text-align: left;
}

.smiling-img {
    position: relative;
    top: -119px;
    left: -312px;
    height: 590px;
    width: 200px;
    z-index: 9999;
    object-fit: contain;
}

.benefit-text {
    /* Fonts/H5 */
    color: rgb(0, 0, 0);
    font-family: Poppins;
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0%;
    text-align: left;
}

.step-box {
    border-radius: 18px;
    backdrop-filter: blur(30px);
    background: rgba(2, 85, 136, 0.116);
    padding: 20px;
}

.step-item {
    border-radius: 12px;
    background: rgb(255, 255, 255);
    position: static;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 30px 20px 30px;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 12px;
}

.step-positions {
    position: relative;
    top: -98px;
}

.selling-btn {
    border-radius: 10px;
    background: #078ad6 !important;
    padding: 20px;
    color: rgb(255, 255, 255);
    font-family: Poppins;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    border: none;
    position: relative;
    overflow: hidden;
}

.user-box {
    border-radius: 26px;
    /* background: rgb(242, 242, 242); */
    background: url("/assets/img/lib-girl.jpg") no-repeat;
    background-size: cover;
    position: relative;
}

.user-box::before {
    position: absolute;
    top: 0%;
    left: 0%;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, #078ad66e, #eaeaea);
}

.user-items {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.243);
}

.content {
    display: none;
}

.content.active {
    display: block;
}



.user-btn {
    border: none;
    border-radius: 8px;
    padding: 10px 20px 10px 20px;
    background: rgba(173, 240, 249, 0.2);
}

.user-btn-text {
    color: rgb(93, 93, 93);
    font-family: Poppins;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
}


/* Styles for active buttons */
.buttons .user-btn.active {
    border-radius: 8px;
    background: #078ad6;
    color: white !important;
}

.buttons .user-btn.active .user-btn-text {
    color: white !important;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
}

.tailor-text {
    color: #078ad6 !important;
    font-family: Poppins;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
}

.tailor-items {
    box-sizing: border-box;
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
    background-color: #078ad6 !important;
    border-radius: 8px;
    padding: 10px 20px 10px 20px;
}

.tailor-sub-text {
    color: #ffffff !important;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0%;
    text-align: left;
}

.side-img {
    position: relative;
    left: -50px;
}

.ultra-text {
    color: rgb(0, 0, 0);
    font-family: League Spartan;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0%;
    text-align: left;
}

.card-item {
    border-radius: 20px;
    background: rgb(242, 242, 242);
    padding: 20px 40px 20px 40px;
}

.bg-light-transparent,
.accordion-button {
    background: rgba(242, 242, 242, 0.477) !important;

}

.register-text {
    /* Fonts/H5 */
    color: rgb(0, 0, 0);
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0%;
    text-align: left;
}

.heading_48 {
    color: rgb(0, 0, 0);
    font-family: League Spartan;
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0%;
    text-align: center;
}
.accordion{
    --bs-accordion-bg: rgba(20, 162, 251, 0.104) !important;
}

.accordion-button {
    padding: 20px 36px;
}

.accordion-item:not(:first-of-type) {
    border-radius: 8px !important;
    /* background: rgb(242, 242, 242) !important; */
}

.accordion-button {
    border-radius: 8px !important;
    background: rgba(20, 162, 251, 0.104) !important;
}

.accordion-item:first-of-type {
    border-radius: 8px !important;
    background: rgba(5, 202, 251, 0.1) !important;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}

.accordion-item {
    border: 0px !important;
}

.accordion-button:not(.collapsed) {
    color: black !important;
    background-color: rgba(5, 202, 251, 0.1) !important;
    box-shadow: none !important;
}

.accordion-button::after {
    background-image: url("/assets/img/chevron-down.svg") !important;
}
.accordion-button:focus, .accordion-button:active{
    outline: none !important;
    border: none !important;
    box-sizing: 0px black !important;
}
.subline_24 {
    color: rgb(29, 29, 29);
    font-family: Poppins;
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0%;
    text-align: center;
}
section.bg-warning{
    background: rgba(0, 221, 255, 0.106) !important;
}
section.bg-secondary{
    background: rgba(204, 244, 236, 0.275) !important;
}

.footer-bg {
    background: rgb(6, 53, 84);
}

.footer-sub-text {
    color: rgb(255, 255, 255);
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
}

.footer-menu {
    color: rgb(255, 255, 255);
    font-family: Poppins;
    font-size: 20px;
    font-weight: 700;
    /* line-height: 36px; */
    letter-spacing: 0%;
    text-align: left;
}

.footer-menu-text {
    color: rgb(255, 255, 255);
    font-family: Poppins;
    font-size: 17px;
    font-weight: 400;
    /* line-height: 27px; */
    letter-spacing: 0%;
    text-align: left;
    text-decoration: none;
}

.copyright-text {
    color: rgb(255, 255, 255);
    font-family: Poppins;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
}

.talk-btn {
    border: none;
    border-radius: 10px;
    background: rgb(242, 242, 242);
    padding: 5px 35px;
    color: rgb(0, 0, 0);
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    /* line-height: 36px; */
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
}

.login-btn {
    border: none;
    border-radius: 5px;
    background: #078ad6 !important;
    padding: 8px 15px;
    color: rgb(255, 255, 255);
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: auto !important;
    letter-spacing: 0%;
    text-align: left;
    text-decoration: none;
}

.login-btn img {
    height: 80% !important;
}

.account-nav-bg {
    background: #078ad6 !important;
}

.account-header-text {
    color: rgb(255, 255, 255);
    font-family: Poppins;
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0%;
    text-align: left;
}

.bg-color {
    background-color: #F2F2F2;
}

.login-text {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0%;
    text-align: left;
    text-decoration: none;
}

.login-text-inactive-text {
    color: rgb(138, 138, 138);
}

.input-label {
    color: rgb(93, 93, 93);
    font-family: Poppins;
    font-size: 19px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0%;
    text-align: left;
}

.input-field {
    border: none !important;
    border-radius: 8px !important;
    background: rgb(242, 242, 242) !important;
    padding: 10px 20px 10px 20px !important;
}

.signin-btn {
    border: none;
    border-radius: 10px;
    background: #078ad6 !important;
    padding: 10px 20px 10px 20px;

}

.signin-text {
    color: rgb(255, 255, 255);
    font-family: Poppins;
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
}

.forget-text {
    color: #078ad6 !important;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0%;
    text-align: center;
    text-decoration-line: underline;
}

.field-icon {
    float: right;
    margin-right: 16px;
    margin-top: -43px;
    position: relative;
    z-index: 2;
    font-weight: 100;
    font-size: 18px;
    color: #ababab;
}

.check-box-active {
    box-sizing: border-box !important;
    border: 1px solid #078ad6 !important;
    border-radius: 8px !important;

    background: rgba(56, 163, 74, 0.2) !important;
    padding: 10px !important;
}

.user-type-box {
    box-sizing: border-box;
    border: 1px solid rgb(93, 93, 93);
    border-radius: 8px;

    background: rgba(56, 163, 74, 0);
    padding: 10px;
}

.form-check-input:checked {
    background-color: transparent !important;
    border: 4px solid #078ad6 !important;
}

.signin-text1 {
    color: #fff;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    background-color: rgb(38, 99, 148);
}

.menu-items {
    font-size: 16px !important;
    color: #F2F2F2 !important;
}

.checkout-card {
    border-radius: 20px;
    background: rgb(255, 255, 255);
    padding: 20px;
}

.check-out-header {
    color: rgb(29, 29, 29);
    font-family: Poppins;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0%;
    text-align: left;
}

.discount-text {
    color: rgb(93, 93, 93);
    font-family: Poppins;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0%;
    text-align: left;
}

.brand-color {
    color: #078ad6 !important;
}

.checkout-header-text {
    color: rgb(93, 93, 93);
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0%;
    text-align: left;
}

.payment-card {
    border-radius: 8px;
    background: rgb(242, 242, 242);
    padding: 20px 30px 20px 30px;
}

.secure-text {
    color: #078ad6 !important;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0%;
    text-align: center;
}

.vertical-line {
    border-left: 1px solid #ccc;
    height: 100%;
}

.privacy-text {
    color: rgb(0, 0, 0);
    font-family: League Spartan;
    font-weight: 700;
    line-height: 66px;
    letter-spacing: 0%;
    text-align: left;
}

.modal-content {
    border: none !important;
    border-radius: 20px !important;
    padding: 40px 0px 40px 0px !important;

}

.justify-class {
    justify-content: space-between;
}

.stretch-item {
    align-items: stretch !important;
}

.flex-direction {
    flex-direction: column !important;
}

.frame-img2 {
    display: none !important;
}

.video-height {
    min-height: 400px;
}

@media (max-width: 576px) {
    .payment-card {
        padding: 8px !important;
    }

    .logo-img {
        height: 40px;
        width: 120px;
    }

    .heading-text {
        font-size: 34px !important;
        position: relative;
        z-index: 999999;
    }

    .navbar {

        --bs-navbar-padding-y: 1rem !important;
    }

    .sub-text {
        font-size: 13px;
        position: relative;
        z-index: 999999;
    }

    .start_btn {
        padding: 12px 22px 12px 22px;
        font-size: 16px;
    }

    .sub-header-text {
        font-size: 26px;
    }

    .product-text {
        font-size: 16px;
    }

    .product-box {

        padding: 14px;
        border-radius: 8px;
    }

    .justify-class {
        justify-content: flex-start;
    }

    .mobile-margin-top {
        margin-top: 20px;
    }

    .feature-card {
        padding: 2rem !important;
    }

    .pt-sm-2 {
        padding-top: 20px !important;
    }

    .feature-header-text {
        font-size: 32px;
    }

    .feature-sub-text {
        font-size: 18px !important;
    }

    .feature-bottom-text {
        font-size: 14px;
    }

    .smiling-img {
        display: none !important;
        position: relative !important;
        bottom: -15% !important;
        left: 25%;
        width: 50% !important;
        height: auto !important;
        top: auto !important;
    }

    .stretch-item {
        align-items: normal !important;
    }

    .flex-direction {
        flex-direction: none !important;
    }

    .benefit-text {
        font-size: 13px;
    }

    .step-item {
        border-radius: 8px !important;
        padding: 20px 20px !important;
    }

    .selling-btn {
        font-size: 14px;
    }

    .selling-btn-img {
        max-width: 16% !important;
    }

    .selling-btn-img2 {
        height: 30px !important;
        width: 30px !important;
    }

    .user-btn-text {
        font-size: 14px !important;
    }

    .register-text {
        font-size: 14px;
    }

    .heading_48 {
        font-size: 28px;
    }

    .subline_24 {
        font-size: 18px;
    }

    .accordion-body {
        font-size: 12px;
    }

    .footer-sub-text {
        font-size: 12px;

    }

    .footer-menu {
        font-size: 18px;
    }

    .footer-menu-text {
        font-size: 13px;

    }


    .bg-hero {
        position: relative;
        background-image: url("") !important;
    }

    .bg-hero::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url("/assets/img/hero.png");
        background-position: right;
        background-repeat: no-repeat;
        background-size: cover;
        opacity: 0.1;
        z-index: -1;
    }

    .secure-text {
        font-size: 14px;
    }

    .check-out-header {
        font-size: 18px;
    }

    .discount-text {
        font-size: 16px;
    }

    .input-label {
        font-size: 18px;
    }

    .checkout-header-text {

        font-size: 18px;
        font-weight: bold !important;
    }

    .input-label-sm {
        margin-top: 20px;
    }

    .vertical-line {
        display: none;
    }

    .buy-now-modern-btn {
        margin-top: 0px !important;
    }

    .thick-img {
        height: 20px !important;
        width: 20px !important;
    }

    .step-img {
        height: 30px !important;
        width: 30px !important;
    }

    .step-text {
        font-size: 12px !important;
    }

    .step-box {
        border-radius: 8px;
        padding: 20px;
    }

    .tailor-sub-text {
        font-size: 14px;
    }

    .talk-btn {
        font-size: 18px;
    }

    .frame-img {
        display: none !important;
    }

    .frame-img2 {
        display: block !important;
    }

    .video-height {
        min-height: 200px;
    }
}


/*filter animation*/
.dashboard-filter {
    background: linear-gradient(to right, #f0f4f8, #d9e8ff);
     border-radius: 0px 0px 15px 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
}

/* Decorative Circles */
.dashboard-filter::before,
.dashboard-filter::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgba(7, 138, 214, 0.2); /* Light blue */
    animation: pulse-animation 3s infinite ease-in-out;
    z-index: 0;
}

.dashboard-filter::before {
    width: 150px;
    height: 150px;
    top: -50px;
    left: -50px;
}

.dashboard-filter::after {
    width: 200px;
    height: 200px;
    bottom: -60px;
    right: -60px;
}

/* Animation for circles */
@keyframes pulse-animation {
    0%, 100% {
        transform: scale(1);
        opacity: 0.4;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.2;
    }
}

/* Positioning content above circles */
.dashboard-filter .app-card-header,
.dashboard-filter .app-card-body {
    position: relative;
    z-index: 1;
}




/*card design*/
.affilate-card-1{
    background:#eeeaf1 !important
}
.affilate-card-2{
    background:#f1f0ea !important
}
.affilate-card-3{
    background:#e1efdf !important
}

.elegant-gradient-circles {
    position: absolute;
    top: 10%;
    right: 10px;
    width: 25%;
    height: 100%;
    background: url('/assets/img/elegant-gradient-circles.png') no-repeat center center;
    background-size: contain;
    animation: float-sideways 3s ease-in-out infinite;
}

@keyframes float-sideways {
    0%, 100% {
        transform: translateX(-10px);
    }
    50% {
        transform: translateX(10px);
    }
}

.dashboard-filter {
    position: relative;
}

/* Media query to hide image for screens 900px or smaller */
@media (max-width: 900px) {
    .elegant-gradient-circles {
        display: none;
    }
}


/* Add common styles for all affiliate cards */
.dashboard-card {
    position: relative;
    overflow: hidden;
    box-shadow:1px 1px 2px 0px rgba(20, 20, 20, 0.4) !important;
}

/* Random circles for decoration */
.dashboard-card::before,
.dashboard-card::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    opacity: 0.2;
    z-index: 0;
}

/* Specific styles for circles */
.dashboard-card::before {
    width: 20px;
    height: 20px;
    background-color: #ff5e14; /* Light orange */
    top: 20px;
    left: 15px;
}

.dashboard-card::after {
    width: 30px;
    height: 30px;
    background-color: #14aaff; /* Light blue */
    bottom: 15px;
    right: 10px;
}

/* Adjust card content to appear above design */
.dashboard-card h5,
.dashboard-card h2,
.dashboard-card h3,
.dashboard-card span {
    position: relative;
    z-index: 1;
}
}