body {
    background: #f5f5fd;
    font-family: 'Inter', sans-serif;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: none;
    color: #fff;
}

h1,
h2 {
    /* font-family: 'Lobster Two', cursive; */
    font-family: 'Indie Flower', cursive;
    font-weight: 800;
}

ul li {
    list-style: none;
}

ul {
    padding: 0;
    line-height: 30px;
}

a:hover {
    text-decoration: none;
    color: #000;
}

.nav-link.active {
    color: #ff7a00 !important;
    font-weight: 600;
}

.logo {
    width: 50px;
}

ul.user-profile-headder {
    display: flex;
    margin-bottom: 0px;
}

ul.user-profile-headder li {
    margin-left: 35px;
}

nav.navbar.navbar-expand-lg.bg-light {
    box-shadow: 0px 0px 7px 0px #b9b9b9;
    border-radius: 14px;
    z-index: 1;
}

.keybox {
    box-shadow: #0000004f 0px 0px 5px 1px;
    border-radius: 20px;
    padding: 15px;
    height: stretch;
}

.keybox h3 {
    font-size: 20px;
    font-weight: 600;
}

.keybox img {
    background: #000000;
    border-radius: 50%;
    padding: 10px;
}

.btnn {
    background: #2b1848;
    border-radius: 20px;
    color: #fff;
    padding: 5px;
}

section.cutom-blue {
    background: #2B0569;
    color: #fff;
}

section.cutom-blue h2 {
    color: #ff5722;
}

.customfaq .accordion button {
    color: #000 !important;
    font-weight: 600;
    background-color: #f0eff6;
    border: 2px solid #333;
    border-radius: 4px;
}

.card.card-customm {
    border: none;
    box-shadow: 0px 0px 14px 0px #0000003d;
    margin-bottom: 40px;
}

img.testimonial-img {
    border-radius: 50%;
}

footer {
    background-image: url(../assate/img/footer-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color: #fff;
    overflow: hidden;
    padding: 10px;
}

.footer-list li a:hover, .footer-list li a:hover::before {
    color: var(--primary-orange);
    opacity: 1;
    visibility: visible;
    padding-left: 10px;
}

.mt-3.download-app {
    display: block;
    width: 133px;
    height: auto;
}

.mt-3.download-app a {
    margin-bottom: 9px;
}

footer a {
    color: #fff;
}

footer>.container {
    z-index: 9;
    position: relative;
    padding: 40px 0px;
}

ul.footersociel {
    display: flex;
    justify-content: flex-start;
    padding: 0px;
}

ul.footersociel li {
    margin-right: 19px !important;
}

ul.footersociel li svg {
    width: 33px;
    height: 27px;
}

ul.navbar-nav {
    font-weight: 600;
}

ul.navbar-nav li {
    padding-left: 36px;
}

a.nav-link.active {
    color: #ff5722 !important;
}

.custon-mosson .card {
    border: none;
    box-shadow: 0px 0px 7px #3333336b;
    height: stretch;
    margin-bottom: 26px;
    background: #e1dfe8;
    color: #2e1166;
    padding: 26px;
}

.custon-mosson .card span {
    background: #a19bb6;
    border-radius: 50%;
    margin-right: 10px;
    padding: 2px 10px 8px 10px;
}

.col-sm-6.custon-mosson .card:hover {
    background: #332562;
    color: #d4d1e0;
}

.col-sm-6.custon-mosson .card:hover span {
    background: #d4d1e0;
    color: #332562;
}

ul.custon-choose li {
    border: 2px solid #333;
    margin-bottom: 23px;
    border-radius: 9px;
    width: auto;
    height: stretch;
    padding: 17px 17px;
}

span.check-blurr svg {
    background: #ffffff;
    color: #30205e;
}

ul.custon-choose li:hover {
    background: #e1dfe8;
}

.custom-loooh {
    width: 100%;
}

.accordion-item {
    margin-bottom: 24px;
}

section.cutom-grayyy {
    background: #F0EFF6;
}

table.table.custome-tablee thead {
    background: #401491;
    color: #fff;
}

table.table.custome-tablee {
    border: 1px solid #33333333;
    border-radius: 16px !important;
}

.custom-box-offic {
    display: flex;
    font-size: 11px;
    background: #fff;
    border-radius: 20px;
    padding: 26px;
    height: stretch;
    align-items: center;
}

.custom-box-offic:nth-child(1) img {
    border-radius: 50% !important;
    border: 0px solid #333;
    width: 74% !important;
}

.custom-contact-box {
    display: flex;
    flex-direction: column;
}

.custom-contact-box a {
    border: 1px solid #d8d8d8;
    border-radius: 20px;
    padding: 15px 22px;
    font-size: 17px;
    margin-bottom: 10px;
    line-height: 18px;
    display: flex;
    align-items: center;
}

.custom-contact-box a span svg {
    background: #f0effc;
    width: 48px;
    height: 45px;
    margin-right: 17px;
    border-radius: 50%;
    padding: 5px;
    color: #2b1848;
}

section.custon-abouut .row {
    background: #fff;
    margin: 32px 0px;
    border-radius: 20px;
    padding: 14px;
}

section.custon-abouut img {
    border-radius: 20px;
}

.custom-formm {
    padding: 28px;
    background: #fff;
    border-radius: 20px;
}

/* product detail page start  */
.custon-product-crousal-main .carousel-item img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 10px;
}

.custon-product-crousal-main .thumbnail-wrapper {
    margin-top: 15px;
    display: flex;
    gap: 10px;
    justify-content: center;
}

.thumbnail-wrapper img {
    width: 80px;
    height: 60px;
    object-fit: cover;
    border-radius: 6px;
    cursor: pointer;
    opacity: 0.6;
    transition: 0.3s;
    border: 2px solid transparent;
}

.thumbnail-wrapper img.active,
.thumbnail-wrapper img:hover {
    opacity: 1;
    border-color: #0d6efd;
}

span.suctom-best {
    background: #fcd8c5;
    color: #f04c00;
    border-radius: 50px;
    padding: 10px;
}

.custom-bestt-saller-details {
    word-spacing: 2px;
    line-height: 25px;
    margin-top: 25px;
    margin-left: 76px;
}

.custom-bestt-saller-details ul li {
    list-style: disc;
}

.custom-bestt-saller-details h2 {
    margin-top: 19px;
}

p.price-prouctss {
    font-size: 40px;
    color: #f04c00;
    font-weight: 900;
}

.qty-box {
    max-width: 140px;
}

.qty-box input {
    text-align: center;
    font-weight: 500;
}

.qty-btn {
    width: 40px;
}

footer .container-fluid {
    z-index: 16;
    position: relative;
}

footer::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    background: rgb(43, 0, 110);
    background: linear-gradient(303deg, rgba(43, 0, 110, 0.43323266806722693) 0%, rgba(43, 0, 110, 1) 80%);
}

.footer_bg {
    position: absolute;
    bottom: 38px;
    background: url(../assate/img/footer_bg.webp) no-repeat scroll center 0;
    width: 100%;
    height: 266px;
}

.footer_bg .footer_bg_one {
    background: url(../assate/img/volks.gif) no-repeat center center;
    width: 330px;
    height: 105px;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    left: 30%;
    -webkit-animation: myfirst 22s linear infinite;
    animation: myfirst 22s linear infinite;
}

@-moz-keyframes myfirst {
    0% {
        left: 25%;
    }

    100% {
        left: 100%;
    }
}

@-webkit-keyframes myfirst {
    0% {
        left: 25%;
    }

    100% {
        left: 100%;
    }
}

@keyframes myfirst {
    0% {
        left: 25%;
    }

    100% {
        left: 100%;
    }
}

.custom-cart-sum {
    background: #2a0469;
    color: #fff;
    padding: 11px;
    border-radius: 20px;
}

.custom-cart-main img {
    border-radius: 20px;
    margin-top: 56px;
}

.custom-minnes-cgrf {
    background: #fff;
    border-radius: 20px;
    padding: 16px;
    box-shadow: 0px 0px 5px #c6bfbf;
    position: relative;
}

.d-flex.bottom-buttons-drf p {
    font-size: 12px;
}

.custom-cross {
    position: absolute;
    top: 15px;
    right: 15px;
}

/* login page  */
/* Left Section */
.hero-section {
    background: linear-gradient(135deg, #0d0a2b, #1b0f5c);
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 50px;
}

.hero-title {
    font-size: 48px;
    font-weight: 700;
}

.hero-title span {
    color: #ff7a00;
}

.features span {
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 15px;
    border-radius: 10px;
    margin-right: 10px;
    margin-top: 10px;
    font-size: 14px;
}

/* Login Card */
.login-card {
    background: #fff;
    color: #000;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    margin-top: 121px;
    margin-bottom: 121px;
}

.btn-purple {
    background: #4b0fa3;
    color: #fff;
}

.btn-purple:hover {
    background: #3a0c85;
}

.nav-pills .nav-link.active {
    background: #4b0fa3;
}

.form-control {
    border-radius: 8px;
}

.main-login-bg {
    background-image: url(../assate/img/product/ef01f21e4acfd9787dfbee565ec046e2c8e7a398.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
}

.custom-bttnn li button {
    color: #4b0fa3;
    border: 1px solid #4b0fa3 !important;
}

.validate {
    border-radius: 20px;
    height: 40px;
    background-color: red;
    border: 1px solid red;
    width: 140px
}

@media screen and (max-width:460px) {


    .keybox img {
        width: 12% !important;
    }

    .h2line {
        padding: 10px !important;
    }

    section.Responsive-prductt .row .col-md-3 {
        width: 48%;
    }

    .card .card-body {
        padding: 7px;
    }

    section.cutom-blue.py-5 {
        font-size: 9px;
        padding: 18px !important;
    }

    .h2line h2 {
        border-bottom: 3px #ff5722 solid;
        font-size: 15px;
        margin-top: 12px;
    }

    section.cutom-blue h2 {
        font-size: 13px;
    }

    .card,
    h5,
    p,
    a {
        font-size: 12px;
        margin-top: 11px;
        line-height: 13px;
    }

    h1,
    h2 {
        font-size: 16px;
    }

    .custon-mosson .card span {
        padding: 10px 10px;
    }

    .responsive-details-pagedd {
        flex-direction: column !important;
    }

    ul.custon-choose li {
        font-size: 12px;
        word-spacing: normal;
        margin-bottom: 10px;
        border-radius: 9px;
        width: auto;
        height: auto;
        padding: 14px 14px;
    }

    span.check-blurr svg {
        width: 15px;
        height: 15px;
        margin-right: 5px;
    }

    ul.custon-choose {
        padding: 0;
    }

    img.img-fluid.custom-loooh {
        display: none;
    }

    .custom-formm {
        padding: 15px;
        margin-bottom: 20px;
    }

    .custom-contact-box a {
        padding: 11px 15px;
        font-size: 13px;
        margin-bottom: 10px;
        line-height: 15px;
    }

    section.py-5.custom-formmsdd {
        padding: 27px 0px !important;
    }

    .custom-box-offic {
        border: 1px solid #b2b2b2;
        margin-bottom: 10px;
        font-size: 8px;
        border-radius: 20px;
        padding: 12px;
    }

    .custom-bestt-saller-details {
        word-spacing: 0px;
        line-height: 24px;
        margin-top: 20px;
        margin-left: 0;
    }

    .custon-product-crousal-main .thumbnail-wrapper {
        display: none;
    }

    .d-flex.align-items-center.gap-3.custom-responsivv {
        flex-direction: column;
    }

    .custom-button-detaill {
        grid-auto-flow: column;
        width: 100%;
    }

    span.suctom-best {
        padding: 6px;
        font-size: 10px;
    }

    .custom-cart-sum {
        margin-top: 14px;
    }

    .custom-cart-sum img {
        width: 12% !important;
    }

    .keybox {
        margin-bottom: 20px;
    }

    .custon-mosson .card {
        margin-bottom: auto;
        padding: 15px;
    }
    a.btnn:hover { 
    transform: unset;
}
}


@media screen and (max-width:980px) {


    .custon-mosson .card {
        padding: 4px;
    }

    ul.custon-choose li {
        height: auto;
        padding: 8px;

        margin-bottom: 10px;
    }

    .custom-loooh {
        width: 76%;
    }

    .custom-formm {
        padding: 15px;
    }

    .custom-contact-box a {
        padding: 15px 22px;
        font-size: 16px;
        margin-bottom: 8px;
        line-height: 17px;
    }

    section.py-5 {
        padding: 5px !important;
    }

    .custom-box-offic {
        font-size: 10px;
        padding: 9px;
        flex-direction: column;
        text-align: center;
    }

    .custom-minnes-cgrf .row .col-md-4,
    .col-md-8 {
        width: 100% !important;
    }

    .custom-bestt-saller-details {
        margin-left: 13px;
    }

    section.custom-product-responsiv .row .col-md-3 {
        width: 49.98%;
    }
}

.product-desc-limited {
  display: -webkit-box;     
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;  /* Limit to 2 lines */
  overflow: hidden;
  line-clamp: 2;             
}


footer h4 {
    color: #fff !important;
}
a.btnn:hover {
    color: #fff !important;
    background: #ff6c21;
    transform: scale(1.1);
}