
@font-face {
    font-family: BYekan;
    src: url(../BYekan.ttf);
}

@font-face {
    font-family: BYekanbold;
    src: url(../BYekanBold.ttf);
}

@font-face {
    font-family: 'iransans';
    src: url('../iransans.ttf') format('truetype');
}

@font-face {
    font-family: FontAwesome;
    src: url(../fontawesome/webfonts/fa-solid-900.woff2);
}

body.high-contrast {
    background-color: #000 !important;
    color: #fff !important;
}

    body.high-contrast * {
        color: yellow !important;
    }

body.iransans-font,
body.iransans-font *:not(i):not(.fa):not([class*="icon"]) {
    font-family: iransans, sans-serif !important;
}

html.font-scale-1 {
    font-size: 100%;
}

html.font-scale-2 {
    font-size: 110%;
}

html.font-scale-3 {
    font-size: 120%;
}

html.font-scale-4 {
    font-size: 130%;
}

html.font-scale-5 {
    font-size: 140%;
}

.bold-font {
    font-family: BYekanbold;
}

.align-item-center {
    align-items: center !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row {
    flex-direction: row !important;
}

[data-bs-theme=light] {
    --color-1: #012a68;
    --color-2: #FF9F15;
    --color-3: #0049b820;
    --color-white: #ffffff;
    --color-back: #f5f5f5;
    --border-product: #e3e3e3;
    --color-icon: #ffffff;
    --sh-mnue-color: #525252;
    --story-title: #171717;
    --color-borderstory: #ffff;
    --color-text-1: #000;
    --color-lastest: #012a68;
    --color-btn-bars: #012a68;
    --color-shadow1: #7A7A7A;
    --color-lb-no: #012a68;
    --color-lb-no2: #0049b820;
    --menu-list-bb: #eee;
    --color-submenu: #444;
    --footer-link: #505050;
    --footer-link-hover: #101010;
    --color-audioplayer: #f8f9fa;
    --color-maghalat-container-content: #4e4e4e;
    --color-l1-d2: var(--color-1);
    --menu-item-color: #6c757d;
    --color-hover: #f1f1f1;
    --color-icon2: #fff;
    --color-placeholder: var(--color-1);
    --sendbtn-hover: #ffffff00;
    --info-details: #fcfcfc;
    --color-commentbox: #f9f9f9;
    --send-btn3-bg: #fff;
    --send-btn3-color: var(--color-1);
    --Description-color: #666;
    --input1: #ffffff61;
    --border-input1: #d6d6d6;
    --archive-cat-color: #3b3b3b;
    --color-archive-cat-cont: #fff;
}


[data-bs-theme=dark] {
    --color-1: #012a68;
    --color-2: #FF9F15;
    --color-3: #0049b820;
    --color-white: #272727;
    /* --color-white: #212529; */
    --color-back: #1b1b1b;
    /* --border-product:#343434; */
    --border-product: #373737;
    --color-icon: #d3d3d3;
    --sh-mnue-color: #bdbdbd;
    --story-title: #b4b4b4;
    --color-borderstory: #909090;
    --color-text-1: #a1a1a1;
    /* --color-lastest:#424242; */
    --color-lastest: #212529;
    --color-btn-bars: #c6c6c6;
    --color-shadow1: #000000;
    --color-lb-no: #FF9F15;
    --color-lb-no2: #ff9d151a;
    --menu-list-bb: #81818161;
    --color-submenu: #868686;
    --footer-link: #999999;
    --footer-link-hover: #c1c1c1;
    --color-audioplayer: #2b2b2b;
    --color-maghalat-container-content: #b4b4b4;
    --color-l1-d2: var(--color-2);
    --menu-item-color: var(--color-icon);
    --color-hover: #3a3a3a;
    --color-icon2: #d3d3d3;
    --color-placeholder: #cfcfcf;
    --sendbtn-hover: #ffffff32;
    --info-details: #272727;
    --color-commentbox: #222222;
    --send-btn3-bg: var(--color-2);
    --send-btn3-color: var(--color-white);
    --Description-color: #bdbdbd;
    --input1: #ffffff00;
    --border-input1: #4a4a4a;
    --archive-cat-color: var(--story-title);
    --color-archive-cat-cont: #373737;
}

:root {
    --color-1: #012a68;
    --color-2: #FF9F15;
    --color-3: #0049b820;
    --color-4: #D03111;
}

a {
    text-decoration: none;
}

body {
    font-family: BYekan;
    background-color: var(--color-back);
    font-feature-settings: "ss01";
    overflow-x: hidden !important;
}

/* nav */
.btn-bars {
    color: var(--color-btn-bars);
    font-size: 26px;
    border: none !important;
}

.navbar-brand {
    margin: auto;
}

.nav-btn {
    border-radius: 8px 3px;
    padding: 4px 9px;
    border: 1px solid var(--color-1);
    background-color: transparent;
    color: var(--color-1);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 40px;
    font-size: 18px;
    cursor: pointer;
}

.nav-btn-st-2 {
    border-radius: 8px 3px;
    padding: 4px 9px;
    border: 1px solid var(--color-1);
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 40px;
    font-size: 18px;
    cursor: pointer;
    border: 1px solid var(--color-1);
    background-color: var(--color-1);
    /* color: var(--color-white) !important; */
    color: var(--color-icon) !important;
}

    .nav-btn-st-2 .icon {
        /* color: var(--color-white) !important; */
        color: var(--color-icon) !important;
    }

.nav-btn a {
    display: flex;
    color: var(--color-1) !important;
}

.nav-btn-st-2 a {
    display: flex;
    /* color: var(--color-white) !important; */
    color: var(--color-icon) !important;
}

.user-btn {
    border-radius: 8px 3px;
    padding: 4px 9px;
    border: 1px solid var(--color-1);
    background-color: var(--color-1);
    color: var(--color-icon);
    display: flex;
    align-items: center;
    font-size: 14px;
    height: 38px;
    justify-content: center;
}

    /* .user-btn2 {
    border-radius:0 0 8px 3px;
    padding: 4px 9px;
    border: 1px solid var(--color-1);
    background-color: var(--color-1);
    color: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;

} */
    .user-btn a,
    .user-btn2 a {
        color: var(--color-icon);
    }

.search-container {
    position: relative;
    display: flex;
    align-items: center;
}

.search-input {
    width: 0;
    opacity: 0;
    padding: 0;
    font-size: 14px;
    border: 1px solid var(--color-1);
    border-radius: 5px;
    outline: none;
    transition: all 0.3s ease;
    background-color: var(--color-white);
    color: var(--story-title);
}

.search-container.active .search-input {
    opacity: 1;
    height: 40px;
    margin-right: 5px;
    padding: 5px 10px;
    width: 180px;
    border-radius: 8px 3px
}

/* menu */
.navbar-style {
    z-index: 100;
    /* padding:3rem 2rem 2rem; */
    background-color: var(--color-white);
    /* margin: 1rem auto; 
   border-radius: 12px;  container
       /* margin-top: 20px; */
    box-shadow: 0px 7px 23px -15px #7A7A7A;
    margin-bottom: 1rem;
}

/* @media (max-width: 768px) {
    .navbar-style {
        margin: 0;

    }
} */
/*  menu-md*/
.sh-menu {
    margin-top: 13px;
    display: flex;
    flex-direction: row;
    gap: 2rem;
    justify-content: flex-start;
    /* justify-content: center; */
    align-items: center;
    direction: rtl;
    flex-wrap: nowrap;
}

.sh-menu-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--sh-mnue-color);
    font-size: 1rem;
    cursor: pointer;
    transition: color 0.3s ease;
    white-space: nowrap;
    transition: all 0.3s ease;
}

    .sh-menu-item i {
        font-size: 1.1rem;
        transition: all 0.3s ease;
    }

    .sh-menu-item::after {
        content: "";
        position: absolute;
        bottom: -15px;
        left: 50%;
        transform: translateX(-50%);
        width: 0%;
        height: 1.3px;
        border-radius: 50%;
        background-color: var(--color-l1-d2);
        transition: width 0.3s ease;
    }

    .sh-menu-item:hover::after {
        width: 100%;
    }

    .sh-menu-item:hover {
        color: var(--color-l1-d2);
    }

        .sh-menu-item:hover .sh-menu-item i {
            color: var(--color-1);
        }

/*  menu-sm*/
.list-unstyled {
    margin-bottom: 0;
}

    .list-unstyled span {
        color: var(--story-title);
    }

    .list-unstyled li a {
        display: flex;
        gap: 10px;
        align-items: center;
    }

.custom-offcanvas {
    width: 260px;
    background-color: var(--color-white);
}

.menu-list li {
    border-bottom: 1px solid var(--menu-list-bb);
    padding: 12px 0;
}

    .menu-list li:last-child {
        border-bottom: none;
    }

.menu-list a {
    text-decoration: none;
    color: #434343;
    display: flex;
    align-items: center;
    font-size: 16px;
    transition: color 0.2s ease;
}

    .menu-list a.active {
        color: var(--color-1);
    }

    .menu-list a i {
        color: var(--color-1);
        min-width: 20px;
        text-align: center;
    }

    .menu-list a:hover {
        color: var(--color-1);
    }

.close-btn {
    font-size: 14px;
    color: var(--color-1) !important;
}

/* storys */
.story-style {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    border: 4px solid var(--color-borderstory);
    overflow: hidden;
    box-shadow: 0px 1px 4px #000000ab;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
}


    .story-style img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

.story-title {
    color: var(--story-title);
    font-size: 12px;
}

@media (max-width:575px) {
    .story-style {
        width: 80px;
        height: 80px;
    }
}

/* top-slider */

.owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.owl-theme .owl-dots .owl-dot span {
    width: 40px !important;
    height: 5px !important;
}

@media (max-width:500px) {

    .owl-theme .owl-dots .owl-dot span {
        display: none !important;
    }
}

.slider-banner {
    position: relative;
    height: 420px;
    overflow: hidden;
    border-radius: 12px;
}

@media (max-width: 992px) {
    .slider-banner {
        height: 170px;
    }
}

.slider-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-caption {
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
    color: var(--color-white);
    text-align: right;
}

.slider-caption2 {
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
    color: var(--color-1);
    text-align: right;
}

    .slider-caption h3,
    .slider-caption2 h3 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .slider-caption p,
    .slider-caption2 p {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .slider-caption .btn-top-slider,
    .slider-caption2 .btn-top-slider {
        background-color: var(--color-1);
        color: var(--color-white);
        border: none;
        padding: 8px 16px;
        border-radius: 4px;
        border: 1px solid var(--color-white);
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

@media (max-width: 768px) {

    .slider-caption h3,
    .slider-caption2 h3 {
        font-size: 20px;
    }

    .slider-caption p,
    .slider-caption2 p {
        font-size: 12px;
        margin-bottom: 15px;
    }

    .slider-caption .btn,
    .slider-caption2 .btn {
        background-color: var(--color-1);
        color: var(--color-white);
        border: none;
        padding: 8px 16px;
        border-radius: 4px;
    }
}

/* Ø¯Ú©Ù…Ù‡ Ù‡Ø§ÛŒ Ù†Ø§ÙˆØ¨Ø±ÛŒ  Ø¨Ø§Ù„Ø§ ØªØ±ÛŒÙ† Ø§Ø³Ù„Ø§ÛŒØ¯Ø± */
.top-slider .owl-prev::before {
    font-family: FontAwesome !important;
    padding: 5px 9px;
    color: var(--color-white);
    font-size: 23px !important;
    content: "\f105" !important;
}

.top-slider .owl-next::before {
    font-family: FontAwesome !important;
    padding: 5px 9px;
    color: var(--color-white);
    font-size: 23px !important;
    content: "\f104" !important;
}

.top-slider .owl-prev,
.top-slider .owl-next {
    background-color: transparent !important;
    color: var(--color-white) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.top-slider .owl-prev {
    position: absolute;
    right: 2px;
    top: 40%;
}

    .top-slider.owl-prev:hover,
    .top-slider.owl-next:hover {
        color: var(--color-white) !important;
    }

.top-slider .owl-next {
    position: absolute;
    left: 2px;
    top: 40%;
}

/* Ø¯Ú©Ù…Ù‡ Ù‡Ø§ÛŒ Ù†Ø§ÙˆØ¨Ø±ÛŒ Ø§Ø³Ù„Ø§ÛŒØ¯Ø± Ø§ÙˆÙ„ */
.pr-slider1 .owl-prev::before,
.pr-slider2 .owl-prev::before {
    font-family: FontAwesome !important;
    padding: 5px 9px;
    color: #666666;
    font-size: 28px !important;
    content: "\f105" !important;
}

.pr-slider1 .owl-next::before,
.pr-slider2 .owl-next::before {
    font-family: FontAwesome !important;
    padding: 5px 9px;
    color: #4a4a4a;
    font-size: 28px !important;
    content: "\f104" !important;
}

.pr-slider1 .owl-prev,
.pr-slider1 .owl-next,
.pr-slider2 .owl-prev,
.pr-slider2 .owl-next {
    background-color: transparent !important;
    color: #4a4a4a !important;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.pr-slider1 .owl-prev,
.pr-slider2 .owl-prev {
    position: absolute;
    right: -23px;
    top: 40%;
}

    .pr-slider1.owl-prev:hover,
    .pr-slider1.owl-next:hover,
    .pr-slider2.owl-prev:hover,
    .pr-slider2.owl-next:hover {
        color: var(--color-2) !important;
    }

.pr-slider1 .owl-next,
.pr-slider2 .owl-next {
    position: absolute;
    left: -23px;
    top: 40%;
}

@media (max-width: 576px) {

    .pr-slider1 .owl-prev,
    .pr-slider2 .owl-prev {
        position: absolute;
        right: -10px;
        top: 40%;
    }


    .pr-slider1 .owl-next,
    .pr-slider2 .owl-next {
        position: absolute;
        left: -10px;
        top: 40%;
    }
}

/* about */
.about-bg {
    padding-left: 5px;
    padding-right: 5px;
    background-image: url('./images/back-left.png'), url('./images/back-right.png');
    background-position: center left, center right;
    background-size: contain, contain;
    background-repeat: no-repeat, no-repeat;
    transition: background-size 0.5s ease-in-out;
}

@media (max-width: 714px) {
    .about-bg {
        background-image: url(./images/back-left.png), url(./images/back-right.png);
        background-position: bottom left, top right;
        background-size: 40%, 40%;
        background-repeat: no-repeat, no-repeat;
    }
}

.about-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 40%;
    margin: 10px auto;
    margin-bottom: 1rem;
    padding: 50px 0 310px 0;
    text-align: center;
    border: 8px double var(--color-l1-d2);
    border-radius: 25px;
}

@media (max-width: 678px) {
    .about-container p {
        margin: 0 20px;
    }
}

.about-container img {
    width: 250px;
}

@media (max-width: 675px) {
    .about-container img {
        width: 200px;
    }
}

.about-container h1 {
    font-size: 1.75rem;
    line-height: 1.9;
}

.about-container h2 {
    font-size: 1.75rem;
}

.about-container p {
    font-size: 1.2rem;
    color: var(--color-text-1);
    max-width: 800px;
    margin-top: 20px;
    line-height: 1.7;
}

#moreText {
    display: none;
}

.readMore {
    color: var(--color-l1-d2);
    cursor: pointer;
}

.readclose {
    color: var(--color-2);
    cursor: pointer;
}

@media(max-width:1196px) {
    .about-container {
        background-size: 42%;
        margin-bottom: 0.7rem;
        padding-bottom: 250px;
    }
}

@media(max-width:992px) {
    .about-container {
        background-size: 40%;
        margin-bottom: 0.7rem;
        padding-bottom: 200px;
    }
}

@media(max-width:768px) {
    .about-container {
        background-size: 50%;
        padding-bottom: 170px;
    }

        .about-container h1 {
            font-size: 1.25rem;
        }

        .about-container h2 {
            font-size: 1.2rem;
        }

        .about-container p {
            font-size: 1rem;
        }
}

@media(max-width:460px) {
    .about-container {
        padding-top: 0;
        background-size: 65%;
        padding-bottom: 80px;
    }
}

/* category-of-languages */
.category-bg {
    background-image: url('../../images/backDaste-left.png'), url('../../images/backDaste-right.png');
    background-position: bottom left, bottom right;
    background-size: 35%, 35%;
    background-repeat: no-repeat, no-repeat;
}

@media (max-width: 714px) {
    .category-bg {
        background-image: url(../../images/back-left.png), url(../../images/back-right.png);
        background-position: bottom left, top right;
        background-size: 40%, 40%;
        background-repeat: no-repeat, no-repeat;
    }
}

.category-of-languages-container {
    padding: 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 0px 5px 0 rgb(0 0 0 / 31%);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    max-height: 150px;
    margin: 0px 0;
    background-color: var(--color-white);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.col-lg-3.col-md-4.col-sm-4.col-6.mt-2:hover .category-of-languages-container {
    transform: scale(1.07);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.category-of-languages-container .overlay-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    font-size: 14px;
}

/* 
.category-of-languages-container2 .img-container {
    position: absolute;
    top: -60px;

}

.category-of-languages-container2 .img-container img {
    height: 130px;
}

.category-of-languages-container2 .title {
    margin-top: 20px;
    font-size: 21px;
    color: var(--color-white);
}

.category-of-languages-container {
    position: relative;
    padding: 45px 0px;
    width: 100%;
    height: 170px;
    background-color: #012a68;
    border-radius: 12px;
    display: flex;
    justify-content: end;
    align-items: center;
    flex-direction: column;
}

.category-of-languages-container .img-container {
    width: 100%;
    height: 120px;
    margin-bottom: 5px;
    position: absolute;
    top: -40px;
    display: flex;
    justify-content: center;
}

.category-of-languages-container .title {
    color: var(--color-white);
    font-size: 20px;
} */

/* Latest published books */
.latest-published-container {
    background-color: var(--color-lastest);
    border-radius: 12px;
    box-shadow: 0px 7px 23px -15px var(--color-shadow1);
}


.title-container2 {
    display: flex;
    text-align: center;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    flex-direction: column;
    color: var(--color-white);
    justify-content: center;
}

.title-container3 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    flex-direction: column;
    color: var(--color-white);
    height: 90px;
    width: 80%;
    background-color: var(--color-2);
    border-radius: 0 0 50% 50%;
}

.book-container {
    /* height: auto; */
    /* position: relative; */
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 8px;
    padding: 8px 16px;
    padding: 0 0 8px 0;
    gap: 10px;
    overflow: hidden;
    color: var(--color-icon);
    font-size: 15px;
    text-align: center;
}

@media(max-width:768px) {
    .book-container {
        height: 230px;
    }
}

.book-container .img-container {
    display: flex;
    justify-content: center;
    height: 190px;
}

@media(max-width:768px) {
    .book-container .img-container {
        height: 180px;
    }
}

.book-container .img-container img {
    border-radius: 4px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    height: 100%;
    object-fit: contain;
}

.book-container:hover {
}

/* titles */
.title-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.title-icon {
    position: absolute;
    top: -20px;
    right: -15px;
    width: 30px;
    height: 30px;
    rotate: 28deg;
    object-fit: cover;
}

@media(max-width:992px) {
    .title-container {
        padding-right: 20px;
    }

    .title-icon {
        position: absolute;
        top: -18px;
        right: 5px;
        width: 20px;
        height: 20px;
        rotate: 28deg;
        object-fit: cover;
    }
}

.title-container .title {
    font-family: BYekanbold !important;
    font-size: 18px;
    line-height: 24px;
    color: var(--story-title);
}

.title-container .more {
    font-size: 13px;
    line-height: 24px;
    color: var(--color-l1-d2);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

    .title-container .more .more-icon {
        font-size: 12px;
    }

@media (min-width: 576px) {
    .title-container .title {
        font-size: 24px;
        line-height: 34px;
    }

    .title-container .more {
        font-size: 15px;
        line-height: 34px;
    }

        .title-container .more .more-icon {
            font-size: 14px;
        }
}

.title-container .category {
    width: fit-content;
    height: auto;
    border-radius: 15px;
    /* background-color: #FFFFFF; */
    padding: 0.5rem;
    /* border-radius: 100px; */
    /* border: 1px solid #ECF0F1; */
    -webkit-box-pack: center;
    display: flex;
    justify-content: center;
    gap: 6px;
    align-items: center;
    flex-wrap: wrap;
}

.category-container {
    justify-content: end;
}

@media (max-width: 768px) {
    .category-container {
        margin-top: 0.7rem;
        justify-content: center;
    }
}

.title-container .category .categorys {
    min-width: 55px;
    height: 50px;
    padding: 2px 10px;
    border-radius: 2px;
    border: 1px solid #c3c3c3;
    font-size: 13px;
    /* font-weight: bold; */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 4px 4px 50px 50px;
}

@media (max-width: 588px) {
    .title-container .category .categorys {
        min-width: 35px;
        height: 45px;
    }
}

.title-container .category .categorys.active {
    color: var(--color-lb-no);
    background-color: var(--color-3);
    border-color: var(--color-lb-no);
}

/* .title-container .category .categorys:first-child {

    border-radius: 2px 50px 50px 2px;

}

.title-container .category .categorys:last-child {

    border-radius: 50px 2px 2px 50px;

} */

/* product-card */
.sale-tag-container {
    z-index: 1;
    position: absolute;
    left: 5px;
    top: 0px;
}

.sale-tag-img {
    height: 50px;
}

@media (min-width: 992px) {
    .sale-tag-img {
        height: 48px;
    }
}

/* @media (min-width: 576px) {
    .sale-tag-img {
        height: 48px;
    }
} */
.sale-tag-container .number {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -15%);
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}

.product-card {
    /* height: 332px; */
    height: 300px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--color-white);
    border: 1px solid var(--border-product) !important;
    border-radius: 12px;
    /* margin: 0 8px; */
    padding: 8px 16px;
    gap: 12px;
    overflow: hidden;
}

@media (min-width: 992px) {
    .product-card {
        height: 350px;
    }
}


.product-card .img-container {
    display: flex;
    justify-content: center;
    /* width: 100%; */
    height: 70%;
}

    .product-card .img-container img {
        border-radius: 4px;
        box-shadow: 0 0 4px rgba(0, 0, 0, .2);
        height: 100%;
        object-fit: contain;
        /* width: 100%;
    object-fit: cover; */
    }

.product-card .caption {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    justify-content: space-evenly;
}

    .product-card .caption .description {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        padding: 0 2px;
        gap: 2px;
        justify-content: flex-start;
    }

        .product-card .caption .description .name {
            color: var(--story-title);
            font-size: 14px;
            line-height: 24px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis
        }

        .product-card .caption .description .author {
            font-size: 12px;
            line-height: 20px;
            color: var(--color-submenu);
        }

        .product-card .caption .description .speaker {
            display: -webkit-box;
            white-space: normal;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            line-clamp: 1;
            overflow: hidden;
            font-size: 12px;
            line-height: 20px;
            color: var(--color-submenu);
        }

        .product-card .caption .description .score {
            font-size: 12px;
            line-height: 20px;
            gap: 5px;
            display: flex;
            font-size: 10px;
            line-height: 17px;
            color: #666;
        }

            .product-card .caption .description .score span {
                color: #000000;
            }

@media (min-width: 992px) {
    /* .product-card .caption .descriptin {
        height: 120px;
    } */
}

@media (min-width: 576px) {
    /* .product-card .caption .descriptin {
        height: 238px;
        gap: 4px;
        justify-content: flex-start;
    } */
}



.caption .price-box {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
}

    /* .caption .price-box .Price-now{
    display: flex;
} */

    .caption .price-box .previous-price {
        font-size: 12px;
        color: #666;
        margin-left: 4px;
        text-decoration: line-through;
    }

    .caption .price-box .the-price {
        color: var(--story-title);
        font-size: 15px;
        /* font-weight: bold; */
        /* margin-left: 2px; */
    }

    .caption .price-box .unit {
        color: var(--story-title);
        font-size: 13px;
        margin-left: 8.5px;
    }

@media (max-width: 992px) {
    .caption .price-box {
        gap: 3px;
    }

        .caption .price-box .previous-price {
            font-size: 11px;
        }

        .caption .price-box .the-price {
            font-size: 13px;
        }

        .caption .price-box .unit {
            font-size: 10px;
        }
}

/* slider-banners */
.slider-banner2 {
    position: relative;
    /* height: 280px; */
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0px 0px 5px 0 rgb(0 0 0 / 31%);
}

.owl-banner .slider-banner2 img {
    transition: all 0.3s ease;
}

.owl-banner:hover .slider-banner2 img {
    filter: saturate(40%);
}

.owl-banner .slider-banner2:hover img {
    filter: saturate(100%);
}

@media (max-width: 576px) {
    .slider-banner2 {
        height: 170px;
    }
}

@media (max-width: 992px) {
    .slider-banner2 {
        height: 150px;
    }
}

.slider-banner2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Ù¾ÙˆÛŒØ´ */
.custom-img-style {
    padding: 0;
    border-radius: 12px;
    box-shadow: 0px 0px 5px 0 rgb(0 0 0 / 31%);
}

/* free-book */
.product-card2 {
    width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    background-color: var(--color-white);
    flex-direction: column;
    /* justify-content: center; */
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 0 32px 0;
    margin: 12px 0;
}

.free-tag {
    position: absolute;
    top: 0px;
    left: 5px;
    color: var(--color-white);
}

.free-tag-i {
    font-size: 55px;
    color: var(--color-2);
}

.free-tag-title {
    position: absolute;
    top: 30%;
    left: 48%;
    transform: translate(-50%, -15%);
    color: #fff;
    font-size: 13px;
    line-height: 24px;
}

.product-card2 .img-container {
    background-color: rgba(125, 125, 125, 0.063);
    padding: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
}

    .product-card2 .img-container img {
        height: 180px;
        border-radius: 8px;
        object-fit: cover;
    }

.product-card2 .product-title {
    font-weight: bold;
    font-size: 1.2rem;
    margin-top: 0.8rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-lang {
    color: gray;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.audio-player {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
}

.audio-controls {
    flex-grow: 1;
    display: flex;
    align-items: center;
    gap: 10px;
}

.play-btn {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-1);
    border: none;
    background-color: transparent;
}

.progress-bar-custom {
    direction: ltr;
    flex-grow: 1;
    appearance: none;
    height: 5px;
    background: #ddd;
    border-radius: 5px;
    outline: none;
}

    .progress-bar-custom::-webkit-slider-thumb {
        appearance: none;
        width: 12px;
        height: 12px;
        background: var(--color-1);
        border-radius: 50%;
        cursor: pointer;
    }

.time-label {
    font-size: 0.75rem;
    /* width: 12px; */
    text-align: center;
    margin-left: 10px;
}

.volume-control {
    width: 80px;
}

.volume-icon {
    color: var(--story-title);
    cursor: pointer;
}

/* companions */
.b-bottom {
    padding-bottom: 3px;
    border-bottom: 3px solid var(--color-l1-d2);
}

.companions-container {
    padding: 0;
    border-radius: 12px;
    box-shadow: 0px 0px 5px 0 rgb(0 0 0 / 31%);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 210px;
    margin: 12px 0;
    background-color: var(--color-white);
    transition: all 0.3s ease-in-out;
}

.companions-container {
    overflow: hidden;
    position: relative;
}

    .companions-container:hover {
        transform: scale(1.07);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    }

@media (max-width: 510px) {
    .companions-container {
        height: 100px;
    }
}

/* maghalat */
.maghalat-container {
    width: 100%;
    /* background-color: var(--color-maghalat-container); */
    background-color: rgb(247, 247, 247);
    border-radius: 15px;
    box-shadow: 0px 0px 5px 0 rgb(0 0 0 / 31%);
    padding: 20px;
    margin: 10px 0;
    transition: all 0.2s ease-in-out;
    margin-bottom: 40px;
}

    .maghalat-container:hover {
        transform: scale(1.02);
        background-color: var(--color-white);
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    }

    .maghalat-container img {
        width: 100%;
        border-radius: 15px;
        object-fit: cover;
        height: 150px;
    }

.maghalat-container-title {
    font-size: 17px;
    color: var(--story-title);
    font-weight: bold;
    margin-top: 15px;
    text-align: center;
}

.maghalat-container-info {
    display: flex;
    font-size: 14px;
    color: #777777;
    margin-top: 10px;
}

    .maghalat-container-info .date {
        margin-top: 3px;
    }

.maghalat-container-content {
    font-size: 14px;
    color: #4e4e4e;
    margin-top: 10px;
    line-height: 28px;
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.maghalat-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .maghalat-footer div {
        color: #777777;
        font-size: 14px;
        display: flex;
        align-items: center;
        gap: 9px;
    }

    .maghalat-footer .more {
        color: var(--color-2);
        gap: 8px;
    }

/* footer */
.the-footer {
    /* position: absolute;
    bottom: 0; */
    width: 100%;
    /* height: 100%; */
    box-shadow: 0px 4px 20px 0px rgba(76, 86, 134, 0.15);
    padding: 5rem 5rem 2rem 3rem;
    background-color: var(--color-white);
}

.contact-footer {
    padding: 10px 20px;
    background: var(--color-l1-d2);
    border-radius: 20px;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.call-incon-footer {
    background: var(--color-white);
    margin: 15px 5px;
    padding: 15px;
    border-radius: 10px;
}

.havequestion {
    margin: 0 10px;
}

    .havequestion p {
        color: white;
        font-size: 19px;
        margin-bottom: 0.2rem;
    }

    .havequestion span {
        color: rgb(224, 224, 224);
        font-size: 15px;
    }

@media(max-width:400px) {
    .havequestion span {
        font-size: 14px;
    }
}

.btn-support-footer {
    background: var(--color-white);
    border-radius: 10px;
    font-style: normal;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    color: var(--color-l1-d2);
    padding: 10px;
}

@media only screen and (max-width: 505px) and (min-width: 0px) {
    .btn-support-footer {
        font-size: 12px;
        padding: 6px;
    }
}

.footer-col1 {
    padding: 0 1rem;
    height: max-content;
}

    .footer-col1 p {
        text-align: justify;
        font-size: 15px;
        line-height: 25px;
    }

.footer-title {
    font-size: 15px;
    font-weight: bold;
}

    .footer-title::after {
        content: "";
        display: block;
        border-radius: 5px;
        background: var(--color-l1-d2);
        width: 40px;
        height: 2px;
        margin-top: 7px;
    }

.contact-us-icon {
    color: var(--color-1);
    font-size: 18px;
    margin-left: 8px;
}

.contact-us span {
    color: #545454;
    font-size: 16px;
}



.footer-col2 ul {
    padding: 0 2px;
    width: auto;
    margin-top: 20px;
    display: grid;
    gap: 10px;
}

    .footer-col2 ul li {
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .footer-col2 ul li a {
            color: var(--footer-link);
            font-size: 15px;
            text-decoration: none;
            transition: all 0.1s ease-in;
        }

            .footer-col2 ul li a:hover {
                color: var(--foter-link-hover);
            }

        .footer-col2 ul li::before {
            content: "";
            display: block;
            width: 8px;
            height: 8px;
            background: var(--color-l1-d2);
            border-radius: 8px;
        }

.col3-container {
    display: flex;
    gap: 14px;
}

.col3-icon-container {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 21px;
}

.col3-content {
    width: auto;
    display: grid;
    gap: 3px;
}

    .col3-content span {
        color: #fff;
        font-size: 13px;
        font-weight: bold;
    }

.fs-p3-content p span {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.col4 {
    margin-top: 20px;
    display: flex;
    gap: 15px;
}

.col4-img-container {
    width: 77px;
    height: 87px;
    border-radius: 10px;
    background: #fff;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-cadr {
    width: 77px;
    height: 80px;
    box-shadow: 0 10px 59px -20px rgba(4, 10, 31, 0.763);
    border-radius: 10px;
    background: #ffffff;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 1rem;
}

.download-btn {
    border-radius: 8px;
    background-color: var(--color-1);
    color: var(--color-2);
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    font-size: 11px;
    /* width: fit-content; */
    width: 159px;
    height: 42px;
    margin: 8px 6px;
    gap: 10px;
    text-align: center;
}

.download-btn-i {
    font-size: 18px !important;
}

.social-link-footer {
    background: rgba(0, 42, 50, 0.1);
    border-radius: 15px;
    padding: 7px 10px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.text-part {
    text-align: right;
}

    .text-part h3 {
        margin: 0;
        font-size: 18px;
        color: #333;
    }

    .text-part p {
        margin-top: 8px;
        margin-bottom: 0;
        font-size: 14px;
        color: #666;
    }

.icons-part {
    display: flex;
    gap: 15px;
}

    .icons-part a {
        color: #555;
        font-size: 24px;
        transition: color 0.3s;
    }

        .icons-part a:hover {
            color: var(--color-l1-d2);
        }

.copyright {
    /* position: absolute;
    bottom: 0; */
    color: #dadada;
    padding: 16px 8%;
    background: linear-gradient(264.86deg, var(--color-1) 0%, var(--color-2) 100%);
}

.copyright-display {
    justify-content: space-between;
}

@media (max-width: 990px) {
    .copyright-display {
        justify-content: center !important;
        flex-direction: column;
        align-items: center;
    }

    .the-footer {
        padding: 1.7rem 0.2rem 2rem 0.2rem;
    }

    .mt-small-3 {
        margin-top: 1rem;
    }

    .copyright {
        padding-bottom: 80px !important;
    }

    .small-center {
        display: flex;
        justify-content: center;
    }
}

/*Ù…Ù†Ùˆ Ù¾Ø§ÛŒÛŒÙ†*/
.bottom-menu {
    z-index: 1000;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--color-white);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    height: 70px;
}

    .bottom-menu .menu-item {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        color: var(--menu-item-color);
        height: 100%;
        text-align: center;
        gap: 8px;
    }

    .bottom-menu .menu-item-i {
        font-size: 18px;
    }

    .bottom-menu .menu-item.active-item {
        background-color: var(--color-1);
        font-size: 12px;
        border-radius: 15px;
        /* margin-top: -10px; */
        height: 60px;
        width: 100%;
        /* padding: 5px 9px; */
        max-width: 75px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: var(--color-icon);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    .bottom-menu .menu-item.middle-item i {
        font-size: 22px;
    }

@media (min-width: 768px) {
    .bottom-menu {
        display: none;
    }
}

/* .Buy-subscription-page */
.subscription-card {
    width: 100%;
    height: 350px;
    background-color: var(--color-white);
    border-radius: 15px;
    /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); */
    box-shadow: 0px 8px 1px rgb(1 42 104);
    /* padding: 20px 15px; */
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 18px 0;
    position: relative;
    /* overflow: hidden; */
}

.subscription-card2 {
    width: 100%;
    height: 450px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* margin: 18px 0; */
    position: relative;
    /* background-image: url(../images/eshterak-blue5.png); */
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    /* overflow: hidden; */
}

@media (min-width: 991px) and (max-width: 1400px) {
    .subscription-card2 {
        background-size: cover;
        height: 450px;
    }
}

/* @media (min-width: 1px) and (max-width: 411px) {
.subscription-card2 {
    height: 450px;
 }
}
@media (min-width: 412px) and (max-width: 767px) {

    .subscription-card2 {
        height: 650px;
     }
    }
    */
/* @media (max-width: 991px) {
        .subscription-card2 {
    height: 450px;
        }
    } */

.card-bottom-right-bubble {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 160px;
    height: 160px;
    background-color: var(--color-1);
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
    border-bottom-right-radius: 80px;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
    z-index: 1;
}

.triangle-rounded-corner {
    position: absolute;
    bottom: -30px;
    right: -3px;
    border-radius: 30000px;
    width: 210px;
    height: 160px;
    background-color: var(--color-1);
    border-radius: 20px 0 20px 90px;
    transform: rotate(195deg);
    z-index: -1;
}

.icon-discount-container {
    position: absolute;
    top: -8px;
    left: -8px;
    color: var(--color-white);
    z-index: 8;
}

    .icon-discount-container .icon-discount {
        font-size: 55px;
        color: var(--color-2);
    }

.icon-discount-title {
    position: absolute;
    top: 30%;
    left: 48%;
    transform: translate(-50%, -15%);
    color: #ffffff;
    font-size: 12px;
    line-height: 14px;
}

.subscription-top {
    display: flex;
    justify-content: center;
    align-items: end;
    margin-bottom: 15px;
    background-color: var(--color-1);
    border-radius: 15px 15px 0 0;
    height: 24%;
}

.subscription-number-back {
    background-color: var(--color-white);
    margin-bottom: -40px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.subscription-number {
    font-size: 34px;
    font-weight: bold;
    color: var(--color-2);
    background-color: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: -40px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    z-index: 5;
}

.subscription-middle {
    /* padding: 10px 15px 20px 15px; */
    /* bad */
    margin-top: 60px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

    .subscription-middle .title {
        color: var(--color-1);
        font-weight: bold;
        font-size: 18px;
    }

    .subscription-middle .description {
        color: #666;
        font-size: 15px;
    }

/* .subscription-label {
    font-size: 18px;
    color: #666;
  } */
.subscription-price {
    font-size: 20px;
    color: var(--color-1);
    margin-bottom: 20px;
}

.last-subscription-price {
    font-size: 17px;
    color: #7c7c7c;
    margin-bottom: 20px;
    text-decoration: line-through;
}

.subscription-button {
    /* background-color: var(--color-1); */
    color: var(--color-1);
    padding: 10px 0;
    border: none;
    border-radius: 10px;
    background-color: transparent;
    font-size: 30px;
    cursor: pointer;
    transition: all 0.3s;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .subscription-button:hover {
        color: var(--color-2);
    }

/* all-book-page */
.sort-container {
    display: flex;
    gap: 2rem;
    direction: rtl;
    flex-wrap: wrap;
    padding-bottom: 20px;
    border-bottom: 1px dashed gray;
}

.sort-box {
    position: relative;
}

.btn-sort {
    /* background-color: var(--color-1); */
    color: var(--color-1);
    border: 1px solid var(--color-1);
    padding: 8px 16px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    user-select: none;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 5px;
}

.sort-list {
    display: none;
    border: none;
    position: absolute;
    top: 45px;
    right: 0;
    background-color: var(--color-white);
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    padding: 10px;
    z-index: 10;
    min-width: 180px;
}

    .sort-list label {
        display: block;
        margin-bottom: 6px;
        font-size: 13px;
        cursor: pointer;
    }

    .sort-list input[type="radio"],
    .sort-list input[type="checkbox"] {
        margin-left: 6px;
    }

/* product-pag */

.custom-box2 {
    padding: 15px;
    background-color: var(--color-white);
    border-radius: 15px 15px 0 0;
    max-width: 93%;
}

.img-book-container {
    display: flex;
    justify-content: center;
    height: 250px;
}

    .img-book-container img {
        border-radius: 8px;
        box-shadow: 0px 9px 9px 0px rgb(0 0 0 / 64%);
        height: 100%;
        object-fit: contain;
    }

.custom-box {
    background-color: var(--color-white);
    padding: 30px 20px;
    border-radius: 15px;
}

.spec-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    font-size: 14px;
}

.spec-label,
.spec-dots,
.spec-value {
    white-space: nowrap;
    overflow: hidden;
}

.spec-label {
    width: 100px;
    text-align: right;
    font-weight: 500;
}

.spec-dots {
    flex-grow: 1;
    text-align: center;
    color: #ccc;
}

.spec-value {
    width: 120px;
    text-align: left;
    font-weight: 400;
}

.rating {
    color: var(--color-2) !important;
}

.price2 {
    display: inline;
    margin-right: 10px;
}

.Description {
    height: 100%;
    overflow: hidden;
    text-align: justify;
}

    .Description h5 {
        font-size: 20px;
        font-weight: bold
    }

    .Description p {
        font-size: 15px;
        line-height: 28px;
        color: var(--Description-color);
    }


.book-info-box {
    border: 1px solid var(--border-product);
    border-radius: 15px;
    background-color: var(--color-white);
    box-shadow: 0px 0px 5px 0 rgb(0 0 0 / 12%);
    overflow: hidden;
}

.info-header {
    /* background-color: #f2f2f2; */
    border-bottom: 2px solid var(--color-1);
    padding: 10px 15px;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
    text-align: center;
}

    .info-header h3 {
        margin: 0;
        font-size: 22px;
    }

.info-details {
    border: 1px solid var(--border-product);
    border-radius: 6px;
    padding: 10px;
    background: var(--info-details);
    /* position: relative; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* border: 1px solid #eee; */
    border-radius: 12px;
    overflow: hidden;
}

    .info-details .file-size,
    .info-details .duration {
        flex: 1;
        padding: 5px;
        display: flex;
        align-items: center;
        /* gap: 10px; */
        /* position: relative; */
        flex-direction: column;
    }

        .info-details .file-size p,
        .info-details .duration p {
            color: var(--sh-mnue-color);
            font-size: 14px;
            margin: 0;
        }

        .info-details .file-size span,
        .info-details .duration span {
            color: var(--menu-item-color);
            text-align: center;
        }

    .info-details .divider {
        width: 1px;
        height: 30px;
        background: #ccc;
    }

.price-section {
    text-align: center;
}

.old-price {
    text-decoration: line-through;
    color: #999;
    font-size: 14px;
}

.new-price {
    color: var(--color-1);
    font-size: 18px;
    font-weight: bold;
}

.discount {
    background-color: var(--color-2);
    font-size: 12px;
    color: var(--color-white);
    margin-right: 5px;
    padding: 0 8px;
    border-radius: 15px;
}

@media (max-width: 768px) {
    .flex-column-sm {
        flex-direction: column;
    }
}

.custom-audio-player {
    background-color: var(--color-white);
    /* border: 1px solid #ddd; */
    border-radius: 12px;
    padding: 20px;
    max-width: 600px;
    box-shadow: 0 4px 12px rgb(0 0 0 / 21%);
}

.track-info {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
    color: var(--Description-color);
}

.controls {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

    .controls button {
        margin-bottom: 6px;
        display: flex;
        background-color: var(--color-1);
        border: none;
        color: white;
        padding: 10px 12px;
        border-radius: 50%;
        font-size: 16px;
        cursor: pointer;
        transition: background-color 0.3s;
        align-content: center;
        justify-content: center;
        flex-wrap: wrap;
    }

        .controls button:hover {
            background-color: var(--color-2);
        }

.progress-bar-container {
    flex-grow: 1;
}

.progress-bar-container {
    flex-grow: 1;
    position: relative;
    height: 6px;
    background-color: #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 10px;
    display: flex;
    align-items: center;
}

#progressBar {
    -webkit-appearance: none;
    width: 100%;
    background: transparent;
    position: absolute;
    height: 100%;
    cursor: pointer;
}

    /* Ù†ÙˆØ§Ø± Ø±Ù†Ú¯ÛŒ Ù¾Ø± Ø´Ø¯Ù‡ */
    #progressBar::-webkit-slider-thumb {
        -webkit-appearance: none;
        height: 14px;
        width: 14px;
        background: var(--color-1);
        border-radius: 50%;
        margin-top: -4px;
        box-shadow: 0 0 0 4px rgba(42, 44, 157, 0.2);
        transition: 0.3s ease;
    }

    #progressBar::-webkit-slider-runnable-track {
        height: 6px;
        background: linear-gradient(to right, #2a9d8f 0%, #2a9d8f var(--progress, 0%), #e0e0e0 var(--progress, 0%), #e0e0e0 100%);
        border-radius: 10px;
    }

    #progressBar:focus {
        outline: none;
    }

#progressBar {
    width: 100%;
}

#volumeControl {
    width: 80px;
}

audio {
    display: none;
}

/* about-page */

.about-page-container,
.page-container {
    background-color: var(--color-white);
    border-radius: 15px;
    padding: 3rem 4rem;
    position: relative;
}

@media (max-width: 768px) {

    .about-page-container,
    .page-container {
        background-color: var(--color-white);
        border-radius: 15px;
        padding: 3rem 1rem;
    }
}

.about-page-container .title {
    font-size: 21px;
    font-weight: bold;
    color: var(--color-1);
}

.about-page-container .description,
.page-container .description {
    /* width: 80%; */
    line-height: 32px;
    text-align: justify;
    color: #3b3b3b;
}

.p-2 {
    padding: 2rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.shadow {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.border-0 {
    border: 0 !important;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
    color: var(--color-2);
}

.single-promo-card {
    border-radius: 1rem;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.12);
}

.card-option {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(72, 94, 144, 0.16);
    border-radius: 8px;
}

.single-promo-card {
    min-height: 150px;
}

@media (min-width: 768px) {
    .single-promo-card {
        min-height: 150px;
    }
}

.icon-size-md {
    font-size: 2rem;
}

.single-promo-card:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125);
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125);
}

.p-2 {
    padding: .5rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.border-0 {
    border: 0 !important;
}

.icon-size-md {
    font-size: 38px;
}

.card-body-description h5 {
    color: #2a2a2a;
}

.card-body-description p {
    color: #636363;
}

/* archive-page */
.archive-titles {
    background-color: var(--color-white);
    border-radius: 12px;
    box-shadow: -1px 4px 1rem rgba(31, 45, 61, 0.082);
    padding: 17px 18px;
}

    .archive-titles .title .icon {
        color: var(--color-2);
        font-size: 23px;
    }

    .archive-titles .title p {
        margin: 0;
        color: var(--story-title);
        font-size: 16px;
    }

    .archive-titles .catgory p {
        color: var(--archive-cat-color);
        cursor: pointer;
        margin: 0;
        font-size: 15px;
    }

        .archive-titles .catgory p.active {
            color: var(--color-l1-d2);
            font-weight: bold;
        }


    .archive-titles .category-container {
        background-color: var(--color-archive-cat-cont);
        border-radius: 8px;
        box-shadow: -1px 4px 1rem rgba(31, 45, 61, 0.082);
        position: relative;
        cursor: pointer;
        padding: 8px 12px;
        margin: 0;
    }

.dropdown-menu-category {
    position: absolute;
    top: 100%;
    right: 0;
    background: var(--color-white);
    border: none !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    display: none;
    flex-direction: column;
    z-index: 10;
    padding: 8px 6px;
}

    .dropdown-menu-category.show {
        display: flex;
    }

.dropdown-item-category {
    padding: 8px 6px;
    cursor: pointer;
    font-size: 14px;
}

    .dropdown-item-category:hover {
        background-color: #f1f1f1;
    }

.archive-titles .category-container p {
    color: #3b3b3b;
    font-size: 14px;
    margin: 0;
    font-weight: bold;
    color: var(--color-1);
}

.archive-titles .category-container .icon {
    color: var(--color-1);
    font-size: 15px;
}

.product-card3 {
    height: 372px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--color-white);
    border: 1px solid var(--border-product) !important;
    border-radius: 12px;
    /* margin: 0 8px; */
    padding: 8px 16px;
    gap: 12px;
    overflow: hidden;
}

@media (min-width: 992px) {
    .product-card3 {
        height: 380px;
        /* padding: 8px 12px; */
    }
}

.product-card3 .img-container {
    display: flex;
    justify-content: center;
    /* width: 100%; */
    height: 170px;
}

@media (max-width: 992px) {
    .product-card3 .img-container {
        height: 150px;
    }
}

.product-card3 .img-container img {
    border-radius: 4px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    height: 100%;
    object-fit: contain;
    /* width: 100%;
    object-fit: cover; */
}

.product-card3 .caption {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    justify-content: space-evenly;
}

    .product-card3 .caption .description {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        padding: 0 2px;
        gap: 2px;
        justify-content: flex-start;
    }

        .product-card3 .caption .description .name {
            color: var(--story-title);
            font-size: 14px;
            line-height: 24px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis
        }

        .product-card3 .caption .description .author {
            font-size: 12px;
            line-height: 20px;
            color: #666;
        }

        .product-card3 .caption .description .speaker {
            display: -webkit-box;
            white-space: normal;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            line-clamp: 1;
            overflow: hidden;
            font-size: 12px;
            line-height: 20px;
            color: #666;
        }

        .product-card3 .caption .description .score {
            font-size: 12px;
            line-height: 20px;
            gap: 5px;
            display: flex;
            font-size: 10px;
            line-height: 17px;
            color: #666;
        }

            .product-card3 .caption .description .score span {
                color: #000000;
            }

.caption .price-box {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
}

    .caption .price-box .previous-price {
        font-size: 12px;
        color: #666;
        margin-left: 4px;
        text-decoration: line-through;
    }

    .caption .price-box .the-price {
        color: var(--story-title);
        font-size: 15px;
    }

    .caption .price-box .unit {
        color: var(--story-title);
        font-size: 13px;
        margin-left: 8.5px;
    }

@media (max-width: 992px) {
    .caption .price-box {
        gap: 3px;
    }

        .caption .price-box .previous-price {
            font-size: 11px;
        }

        .caption .price-box .the-price {
            font-size: 13px;
        }

        .caption .price-box .unit {
            font-size: 10px;
        }
}

.button-box .btn1 {
    background-color: var(--color-2);
    width: 40%;
    text-align: center;
    padding: 8px;
    border-radius: 6px;
    color: #fff;
    border: 2px solid var(--color-2) !important;
    transition: all 0.2s ease-in-out;
}

    .button-box .btn1:hover {
        background-color: transparent;
        color: var(--color-2);
    }

.button-box .btn2 {
    background-color: var(--color-1);
    width: 100%;
    padding: 8px;
    text-align: center;
    border-radius: 6px;
    color: #fff;
    border: 2px solid var(--color-1) !important;
    transition: all 0.2s ease-in-out;
}

    .button-box .btn2:hover {
        background-color: transparent;
        color: var(--color-1);
    }

/* blogs-pag */

.banner-grid .img img {
    object-fit: cover;
}

.banner-grid .img .pic1 {
    width: 645px;
    height: 644px;
}

@media (max-width: 758px) {
    .banner-grid .img .pic1 {
        width: 645px;
        height: 344px;
    }
}



.zoom-scal {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 12px;
}

@media (max-width: 991px) {
    .mt-sm-1r {
        margin-top: 1rem !important;
    }
}

.banner-grid .img .pic2 {
    width: 307px;
    height: 307px;
}

@media (max-width: 758px) {
    .banner-grid .img .pic2 {
        width: 167px;
        height: 167px;
    }
}

.banner-grid .img .pic3 {
    width: 307px;
    height: 644px;
}

@media (max-width: 758px) {
    .banner-grid .img .pic3 {
        width: 307px;
        height: 350px;
    }
}

.back-blog-img1 {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(30deg, black, transparent);
    display: flex;
    justify-content: end;
    align-items: end;
    flex-direction: column;
    padding: 20px;
    color: #fff;
}

.back-blog-img2 {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(1deg, black, transparent);
    display: flex;
    justify-content: end;
    align-items: center;
    flex-direction: column;
    padding: 10px;
    color: #fff;
    text-align: center;
}

    .back-blog-img2 h2 {
        font-size: 22px;
        line-height: 29px;
    }

    .back-blog-img2 h3 {
        font-size: 18px;
    }

.back-blog-img3 {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(1deg, black, transparent);
    display: flex;
    justify-content: end;
    align-items: center;
    flex-direction: column;
    padding: 10px;
    color: #fff;
    text-align: center;
}

    .back-blog-img3 h2 {
        font-size: 20px;
        line-height: 29px;
    }

    .back-blog-img3 h3 {
        font-size: 17px;
    }

.back-blog-img4 {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(1deg, black, transparent);
    display: flex;
    justify-content: end;
    align-items: center;
    flex-direction: column;
    padding: 10px;
    color: #fff;
    text-align: center;
}

    .back-blog-img4 h2 {
        font-size: 20px;
        line-height: 29px;
    }

    .back-blog-img4 h3 {
        font-size: 17px;
    }

.blog-container {
    box-shadow: 0px 7px 23px -15px #22222285;
    background-color: var(--color-white);
    border-radius: 15px;
    padding: 2rem 2rem;
}

@media (max-width: 768px) {
    .blog-container {
        background-color: var(--color-white);
        border-radius: 15px;
        padding: 2rem 1rem;
    }

    .back-blog-img4 h2 {
        font-size: 14px;
    }

    .back-blog-img4 h3 {
        font-size: 14px;
    }

    .back-blog-img3 h2 {
        font-size: 14px;
    }

    .back-blog-img3 h3 {
        font-size: 14px;
    }

    .back-blog-img2 h2 {
        font-size: 15px;
    }

    .back-blog-img2 h3 {
        font-size: 16px;
    }
}

.blog-title .title {
    /* font-weight: bold; */
    font-family: BYekanbold;
}

.blog-title .line {
    width: 70%;
    height: 1px;
    background-color: rgb(191, 191, 191);
    border-radius: 15px;
}

.blog-title .line2 {
    width: 40%;
    height: 1px;
    background-color: rgb(191, 191, 191);
    border-radius: 15px;
}

.blog-title .link {
    font-size: 14px;
    color: var(--color-l1-d2);
}

@media (max-width: 768px) {
    .blog-title .line {
        width: 30%;
        height: 1px;
        background-color: rgb(191, 191, 191);
        border-radius: 15px;
    }
}

.maghalat-container2 {
    width: 100%;
    background-color: var(--color-white);
    border-radius: 9px;
    box-shadow: 0px 0px 5px 0 rgb(0 0 0 / 12%);
    padding: 20px;
    margin: 10px 0;
    flex-direction: row;
    margin-bottom: 1rem;
    justify-content: space-evenly !important;
}

    .maghalat-container2 .img-container {
        border-radius: 5px;
        width: 125px;
        height: 75px;
        overflow: hidden;
    }

        .maghalat-container2 .img-container img {
            object-fit: cover;
            width: 100%;
            height: 75px;
        }

    .maghalat-container2 .caption {
        display: flex;
        flex-direction: column;
        max-width: calc(100% - 135px);
    }

        .maghalat-container2 .caption h3 {
            font-size: 16px;
            font-weight: bold;
            color: var(--color-maghalat-container-content);
            line-height: 27px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            max-height: 54px;
        }

        .maghalat-container2 .caption .detail p {
            font-size: 14px;
            margin: 0;
            color: #707070;
            display: inline;
        }

        .maghalat-container2 .caption .detail .icon {
            font-size: 14px;
            color: #727272;
        }

@media (max-width: 353px) {
    .maghalat-container2 .caption .detail .icon {
        display: none;
    }
}

.maghalat-container2 .caption .detail .link {
    font-size: 14px;
    color: #727272;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .maghalat-container2 {
        padding: 20px 0;
        flex-direction: column;
        margin-bottom: 1rem;
        justify-content: space-evenly !important;
    }

        .maghalat-container2 .caption .detail {
            flex-direction: column;
        }
}

.another {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 12px;
    height: 180px;
}

    .another img {
        border-radius: 15px;
        object-fit: cover;
        height: 100%;
    }

    .another .overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.381);
        transition: opacity 0.3s ease-in-out;
        z-index: 1;
        border-radius: 12px;
    }

    .another:hover .overlay {
        opacity: 0;
    }

    .another .caption {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 2;
        /* background: linear-gradient(1deg,rgba(0, 0, 0, 0.84) 0%, rgba(58, 54, 20, 0) 24%, rgba(116, 108, 40, 0) 49%, rgba(237, 221, 83, 0) 100%); */
        display: flex;
        justify-content: center;
        align-items: end;
        flex-direction: row;
        padding: 10px 20px;
        color: var(--color-white);
        transition: all 0.3s ease-in-out;
    }

        .another .caption:hover {
            background: linear-gradient(1deg, rgba(0, 0, 0, 0.84) 0%, rgba(116, 108, 40, 0) 49%, rgba(237, 221, 83, 0) 100%);
        }

        .another .caption h2,
        .another .caption h3 {
            font-size: 15px;
            margin: 0;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .another .caption .link {
            font-size: 14px;
            color: var(--color-2);
        }


/* blog-pag */
.article-info {
    gap: 3rem;
}

@media (max-width: 576px) {
    .article-info {
        gap: 1rem;
    }
}

.article-info .icon {
    font-size: 20px;
    color: #7e7e7e;
}

.article-info span {
    font-size: 14px;
    color: #202020;
}

.Description-article h1,
.titles {
    line-height: 35px;
    font-weight: bold;
    color: #212121;
    font-size: 21px;
    margin: 12px 0;
}

.Description-article p {
    line-height: 33px;
    color: #3b3b3b;
    text-align: justify;
    font-size: 17px;
}

.Description-article .link1 {
    background-color: var(--color-2);
    color: var(--color-white);
    padding: 12px 16px;
    border-radius: 5px;
    width: fit-content;
    text-align: center;
    margin-top: 15px !important;
    transition: all 0.2s ease-in;
    border: 1px solid var(--color-2);
}

    .Description-article .link1:hover {
        background-color: transparent;
        color: var(--color-2);
    }

.Description-article .link2 {
    background-color: var(--color-1);
    color: var(--color-white);
    padding: 12px 16px;
    border-radius: 5px;
    width: fit-content;
    text-align: center;
    margin-top: 15px !important;
    transition: all 0.2s ease-in;
    border: 1px solid var(--color-1);
}

    .Description-article .link2:hover {
        background-color: transparent;
        color: var(--color-1);
    }

.title-comments {
    font-size: 25px;
    margin: 15px 10px;
    font-weight: bold;
    color: #3d3d3d;
}

.comments-form {
    padding: 30px;
    border-radius: 15px;
    background-color: var(--color-white);
    box-shadow: 0px 0px 5px 0 rgb(0 0 0 / 12%);
}

.title-comments-form {
    font-size: 20px;
    margin: 8px 10px;
    font-weight: bold;
    color: var(--story-title);
}

.comment-input {
    /* background: rgb(189, 189, 189); */
    padding: 15px 20px;
    border-radius: 10px;
    color: var(--story-title);
    border: 1px solid #c3c3c3;
    box-shadow: none;
    margin: 8px 0px;
    width: 100%;
}


.send-btn2 {
    background-color: transparent;
    color: var(--color-2);
    margin-top: 10px;
    padding: 10px 20px;
    border: 2px solid var(--color-2);
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all .3s ease;
}

    .send-btn2:hover {
        background-color: var(--color-2);
        color: var(--color-white);
    }

input::placeholder {
    color: var(--color-placeholder);
}

input::-webkit-input-placeholder {
    color: var(--color-placeholder);
}

input::-moz-placeholder {
    color: var(--color-placeholder);
}

input:-ms-input-placeholder {
    color: var(--color-placeholder);
}

input::-ms-input-placeholder {
    color: var(--color-placeholder);
}

textarea ::placeholder {
    color: var(--color-placeholder);
    opacity: 1;
}

textarea::-webkit-input-placeholder {
    color: var(--color-placeholder);
}

textarea::-moz-placeholder {
    color: var(--color-placeholder);
}

textarea:-ms-input-placeholder {
    color: var(--color-1);
}

textarea::-ms-input-placeholder {
    color: var(--color-placeholder);
}

.comment-input:focus {
    outline: none !important;
    border: 2px solid var(--color-1);
}

.social-icons {
    gap: 15px;
    flex-wrap: wrap;
    margin: 30px 0;
}

    .social-icons .icon {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #f1f1f1;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        color: #333;
        font-size: 22px;
        transition: transform 0.3s ease, background-color 0.3s ease;
    }

        .social-icons .icon:hover {
            transform: scale(1.1);
            background-color: #ddd;
        }

    .social-icons .instagram {
        color: #e1306c;
    }

    .social-icons .telegram {
        color: #0088cc;
    }

    .social-icons .twitter {
        color: #1da1f2;
    }

    .social-icons .facebook {
        color: #3b5998;
    }

    .social-icons .whatsapp {
        color: #25d366;
    }

/* contactus-pag */
.contact-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* border: 1px solid #eee; */
    border-radius: 12px;
    overflow: hidden;
    /* background-color: #f9f9f9; */
}

.info-box {
    flex: 1;
    min-width: 200px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    flex-direction: column;
}

    .info-box:not(:first-child)::after {
        content: "";
        position: absolute;
        right: 0;
        top: 10%;
        height: 80%;
        width: 1px;
        background-color: #ddd;
    }

    .info-box .icon-contactus {
        font-size: 24px;
        color: #626262;
    }

.social-icon {
    display: flex;
    gap: 20px;
    margin-right: 5px;
}

    .social-icon a {
        font-size: 28px;
    }


        .social-icon a:nth-child(1) {
            color: #e1306c;
        }

        .social-icon a:nth-child(2) {
            color: #0088cc;
        }

        .social-icon a:nth-child(3) {
            color: #25d366;
        }

/* Ù…ÙˆØ¨Ø§ÛŒÙ„ */
@media (max-width: 768px) {
    .contact-info {
        flex-direction: column;
    }

    .info-box:not(:first-child)::after {
        display: none;
    }

    .info-box {
        border-bottom: 1px solid #eee;
        align-items: start;
    }

        .info-box:last-child {
            border-bottom: none;
        }
}

/*  */
.commenicatio-title {
    font-size: 20px;
    font-weight: 500;
}

.contact-form {
    width: 100%;
    display: grid;
    gap: 20px;
    margin-top: 26px;
}

.contact-form-input {
    width: 100%;
    height: 50px;
    border-radius: 7px;
    border: 1px solid #dee1ed;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(76, 86, 134, 0.1);
    display: flex;
}

.contact-form-textarea {
    width: 100%;
    min-height: 50px;
    border-radius: 7px;
    border: 1px solid #dee1ed;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(76, 86, 134, 0.1);
    display: flex;
    padding: 12px 16px;
    outline: none;
    min-height: 100px;
}

.contact-form-input-input {
    width: calc(100% - 50px);
    height: 50px;
    padding: 0 16px;
    border: transparent;
    background: transparent;
    color: #292929;
    font-size: 15px;
    outline: none;
}

.contact-form-input-span {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c76ab;
    font-size: 23px;
}

.input-contaner-login {
    width: 100%;
    margin-top: 10px;
}

.register-form-input-span {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-2);
    ;
    font-size: 19px;
}

/* registration-pag */


.input-container {
    position: relative;
    width: 100%;
}



.the-dropdown {
    display: none;
    position: absolute;
    top: 48px;
    left: 0;
    width: 100%;
    background: var(--color-white);
    border: 1px solid #ffffff;
    border-radius: 4px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 10;
    max-height: 200px;
    overflow-y: auto;
    font-size: 14px;
}

    .the-dropdown div {
        padding: 10px;
        cursor: pointer;
        transition: all 0.2s;
    }

        .the-dropdown div:hover {
            background: rgba(0, 0, 0, 0.1);
        }

/* Ù†Ù…Ø§ÛŒØ´ Ù„ÛŒØ³Øª Ù‡Ù†Ú¯Ø§Ù… Ú©Ù„ÛŒÚ© */
.input-container.active .the-dropdown {
    display: block;
}

.input-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--color-l1-d2);
    font-size: 19px;
    pointer-events: none;
    transition: color 0.3s ease;
}

.input-btn {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--color-white);
    font-size: 16px;
    padding: 7px 10px;
    background-color: var(--color-1);
    pointer-events: none;
    border-radius: 5px 0 0 5px;
    transition: color 0.3s ease;
}

.input-container input {
    width: 100%;
    padding: 12px 35px 12px 40px;
    /* ÙØ¶Ø§ÛŒ Ø¨ÛŒØ´ØªØ± Ø¨Ø±Ø§ÛŒ Ø¢ÛŒÚ©Ù† Ø³Ù…Øª Ú†Ù¾ */
    font-size: 14px;
    color: var(--story-title);
    background-color: var(--input1);
    border: 1px solid var(--border-input1);
    box-shadow: 0px 0px 20px 0px rgba(76, 86, 134, 0.1);
    border-radius: 7px;
    outline: none;
    transition: all 0.3s;
    cursor: pointer;
}

.input-container label {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 14px;
    color: gray;
    pointer-events: none;
    transition: all 0.3s;
    background: var(--color-white);
    padding: 0 4px;
}

.input-container input:focus,
.input-container input:not(:placeholder-shown) {
    border-color: var(--color-l1-d2);
}

    .input-container input:focus + label,
    .input-container input:not(:placeholder-shown) + label {
        top: 0;
        font-size: 12px;
        color: var(--color-placeholder);
    }

    .input-container input:focus ~ .input-icon,
    .input-container input:not(:placeholder-shown) ~ .input-icon {
        color: var(--color-placeholder) !important;
    }

.input-container.active input {
    border-color: var(--color-l1-d2);
}

.input-container.active label {
    top: 0;
    font-size: 12px;
    color: var(--color-1);
}

/* .input-container.active .input-icon {
    color: var(--color-2);
  } */
.message-send-code {
    color: #545454;
}

.send-btn {
    margin-top: 10px;
    padding: 10px 20px;
    background-color: var(--color-1);
    color: white;
    border: 2px solid var(--color-1);
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all .3s ease;
}

    .send-btn:hover {
        background-color: var(--sendbtn-hover);
        color: var(--color-1);
    }

.go-to-login {
    color: var(--color-2);
    font-weight: bold;
}

.title-register {
    color: var(--color-l1-d2);
    font-weight: bold;
    font-size: 21px;
}

.auth-vector1 {
    position: absolute;
    top: 0;
    left: 0;
}

.auth-vector2 {
    position: absolute;
    bottom: 0;
    right: 0;
}

/* profil */
.profil-container {
    background-color: var(--color-white);
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.menu-panel {
    /* background-color: #fff;
    border-radius: 8px; */
    overflow: hidden;
    /* box-shadow: 0 2px 8px rgba(0,0,0,0.05); */
}

.menu-link {
    display: flex;
    align-items: center;
    padding: 12px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    gap: 10px;
    transition: background-color 0.3s;
}

    .menu-link.exit,
    .exit-icon {
        color: var(--color-2);
        border-bottom: none;
    }

    .menu-link:hover {
        background-color: transparent !important;
    }

    .menu-link .icon {
        margin-left: 10px;
        color: #626262;
    }

    .menu-link.active-link {
        background-color: #e2e6ea59;
        font-weight: bold;
    }

.content-area {
    /* background-color: #fff;
    border-radius: 8px; */
    padding: 20px;
    /* box-shadow: 0 2px 8px rgba(0,0,0,0.05); */
    /* min-height: 300px; */
}

@media (min-width: 768px) {
    .content-area {
        padding: 40px 20px;
    }
}

.dashboard-items {
    background-color: var(--color-back);
    color: rgb(132, 132, 132);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    text-align: center;
}

    .dashboard-items .icon {
        color: var(--color-1);
        font-size: 28px;
        transition: all 0.2s ease-in-out;
    }

    .dashboard-items:hover .icon-dash {
        color: var(--color-2);
    }

.prof-container {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid var(--color-1);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .prof-container img {
        width: 90px;
        height: 90px;
        border-radius: 50%;
        object-fit: cover;
    }

.edit-prof {
    position: absolute;
    bottom: -2px;
    left: 5px;
    background-color: var(--color-1);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 10px;
    cursor: pointer;
}

    .edit-prof .icon {
        color: var(--color-2);
        font-size: 15px;
    }

.buy-subscription {
    background-color: var(--color-2);
    color: var(--color-white);
    padding: 5px 10px;
    border: 2px solid var(--color-2);
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all .3s ease;
    font-size: 12px;
}

    .buy-subscription:hover {
        background-color: var(--color-1);
        color: var(--color-white);
        border: 2px solid var(--color-1);
    }

/* ØªØ±Ø§Ú©Ù†Ø´ Ù‡Ø§ */

.transaction-card {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 1rem;
    margin-top: 1rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    border-right: 4px solid #ccc;
    transition: 0.3s;
}

    .transaction-card.success {
        border-color: var(--color-1);
    }

    .transaction-card.failed {
        border-color: #dc3545;
    }

.transaction-row {
    display: flex;
    justify-content: space-between;
    margin: 0.5rem 0;
    font-size: 16px;
}

.status.success {
    color: var(--color-1);
    font-weight: bold;
}

.status.failed {
    color: #dc3545;
    font-weight: bold;
}

.product-card4 {
    height: auto;
    margin: 10px 0;
}

    .product-card4 .button-box .btn1 {
        background-color: var(--color-1);
        width: 33.33%;
        text-align: center;
        padding: 8px;
        border-radius: 6px;
        color: #fff;
        border: 2px solid var(--color-1) !important;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .product-card4 .button-box .btn2 {
        background-color: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 33.33%;
        height: 40px;
        padding: 8px;
        text-align: center;
        border-radius: 6px;
        color: var(--color-1);
        border: 2px solid var(--color-1) !important;
    }

    .product-card4 .button-box .btn3 {
        background-color: var(--color-2);
        width: 33.33%;
        text-align: center;
        padding: 8px;
        border-radius: 6px;
        color: var(--color-white);
        border: 2px solid var(--color-2) !important;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .product-card4 .button-box .btn4 {
        background-color: var(--color-2);
        width: 33.33%;
        text-align: center;
        padding: 8px;
        border-radius: 6px;
        color: #fff;
        border: 2px solid var(--color-2) !important;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.btn4 {
    position: relative;
}

    .btn4::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 80%;
        /* Ø¨Ø²Ø±Ú¯ØªØ± Ø§Ø² Ø¯Ú©Ù…Ù‡ Ø¨Ø±Ø§ÛŒ Ù¾ÙˆØ´Ø´ Ú©Ø§Ù…Ù„ */
        height: 2px;
        /* Ø¶Ø®Ø§Ù…Øª Ø®Ø· */
        background-color: var(--color-2);
        transform: translate(-50%, -50%) rotate(45deg);
        pointer-events: none;
    }

.btn5 {
    font-size: 13px;
    background-color: var(--color-1);
    width: 66.66%;
    text-align: center;
    padding: 8px;
    border-radius: 6px;
    color: var(--color-white);
    border: 2px solid var(--color-1) !important;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-card4 .img-container img {
    border-radius: 4px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    height: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .content-area {
        padding: 20px 0;
    }

    .p-small-0 {
        padding-left: 3px;
        padding-right: 3px;
    }
}

.story-item {
    overflow: hidden;
    cursor: pointer;
    width: 100px;
}

.storyOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000ee;
    z-index: 9999;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.closeStoryBtn {
    position: absolute;
    top: 10px;
    left: 10px;
    background: none;
    border: none;
    color: var(--color-white);
    font-size: 24px;
    cursor: pointer;
}

.progressContainer {
    position: absolute;
    top: 10px;
    left: 50px;
    right: 50px;
    display: flex;
    gap: 5px;
}

.storyImage {
    max-height: 80%;
    max-width: 90%;
    border-radius: 10px;
    margin-top: 40px;
}

.storyTitle {
    color: var(--color-white);
    margin-top: 15px;
    font-size: 18px;
}

.search-bar {
    position: fixed;
    border-radius: 30px;
    top: 5px;
    right: 0;
    left: 0;
    background: var(--color-white);
    padding: 10px;
    display: flex;
    align-items: center;
    z-index: 999;
    box-shadow: 0 2px 5px rgb(0 0 0 / 18%);
    direction: rtl;
}

.search-input-wrapper {
    position: relative;
    flex: 1;
}

    .search-input-wrapper input {
        width: 100%;
        padding: 10px 25px 10px 10px;
        font-size: 14px;
        border: 1px solid #ccc;
        border-radius: 50px;
    }

.search-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--color-icon2);
    background-color: var(--color-1);
    border-radius: 50%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close-search {
    color: #616161;
    background: none;
    border: none;
    font-size: 20px;
    margin-right: 10px;
    cursor: pointer;
}

.search-input-wrapper2 {
    position: relative;
    width: 100%;
}

    .search-input-wrapper2 input {
        width: 100%;
        padding: 10px 25px 10px 10px;
        font-size: 14px;
        border: 1px solid #ccc;
        border-radius: 20px;
    }

    .search-input-wrapper2 .search-icon {
        position: absolute;
        left: 10px;
        top: 50%;
        color: #fff;
        background-color: var(--color-1);
        border-radius: 50%;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

.search-titles h2 {
    color: #1b1b1b;
    font-size: 21px;
}

.search-titles h6 {
    color: #555555;
    font-size: 12px;
}

@media (max-width:750px) {
    .archive-titles2 {
        padding-left: 0 !important;
        padding-left: 0 !important;
    }
}

.archive-titles .category-container .icon {
    color: var(--color-1);
    font-size: 15px;
}

.dropdown-menu-category {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    z-index: 100;
    margin-top: 5px;
    border-radius: 5px;
}

    .dropdown-menu-category.show {
        display: block;
    }

.category-container {
    position: relative;
    cursor: pointer;
}

@media (max-width:995px) {
    .gap-4-sm {
        gap: 1rem;
    }
}

.product-card-order {
    border-bottom: 1px solid #e0e0e0;
    padding: 1rem 1rem;
    background-color: #fff;
    /* max-width: 700px; */
    margin: auto;
    display: flex;
    /* align-items: center; */
    flex-direction: column;
    /* justify-content: space-between; */
    /* flex-wrap: wrap; */
}

.product-card-order-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .product-card-order-info .product-image {
        width: 100px !important;
        height: 100px;
        object-fit: cover;
        border-radius: 10px;
    }

    .product-card-order-info .product-info {
        display: flex;
        flex-direction: column;
        gap: 3px;
        margin: 0 1rem;
        width: 100%;
    }

@media (max-width: 768px) {
    .product-card-order-info .product-info {
        margin: 0;
    }
}

.product-card-order-info .product-title {
    font-weight: bold;
    font-size: 0.9rem;
    color: #333;
    margin-bottom: 0.5rem;
    border: none;
    /* display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal; */
}

.product-card-order-info .product-detail {
    line-height: 8px;
}

    .product-card-order-info .product-detail p {
        margin: 0;
        color: #5c5c5c;
        font-size: 0.8rem;
    }

.product-card-order-info .price-box {
    text-align: left;
}

.product-card-order-info .discounted-price {
    font-size: 1.2rem;
    font-weight: bold;
    color: var(--color-1);
}

.trash-btn,
.next-cart-btn {
    background-color: var(--color-1);
    color: var(--color-white);
    display: flex;
    align-items: center;
    border-radius: 5px;
    justify-content: center;
    padding: 10px 8px;
    cursor: pointer !important;
    width: 100%;
    gap: 8px;
    font-size: 12px;
}

    .trash-btn .icon {
        color: #ffffff !important;
        cursor: pointer !important;
    }

.next-cart-btn {
    background-color: var(--color-2);
}

.product-card-order-info .original-price {
    text-decoration: line-through;
    color: #888;
    font-size: 0.8rem;
}

.product-card-order-info .discount-percent {
    font-weight: bold;
    font-size: 0.8rem;
    border-radius: 4px;
    background-color: var(--color-2);
    color: var(--color-white);
    padding: 6px;
}

.product-card-order-btn {
    display: flex;
    align-items: center;
    gap: 10px;
}

@media (max-width:992px) {
    .product-card-order-info .original-price {
        font-size: 0.5rem;
    }

    .product-card-order-info .discount-percent {
        font-size: 0.6rem;
    }

    .product-card-order-info .discounted-price {
        font-size: 13px;
    }
}

@media (min-width:768px) {
    .b-dashed {
        border: none;
        border-left: 1px dashed rgba(185, 185, 185, 0.837);
    }
}

@media (max-width:768px) {
    .b-dashed {
        border: none;
        border-bottom: 1px dashed rgba(185, 185, 185, 0.833);
    }
}

.price-details {
    padding: 1.5rem;
    /* border: 1px solid #dee2e6; */
    /* border-radius: 15px; */
    background-color: var(--color-white);
    border-radius: 13px;
    box-shadow: 0px 7px 23px -15px var(--color-shadow1);
}

    .price-details h5 {
        font-weight: bold;
        margin-bottom: 1.5rem;
        text-align: center;
        color: #333;
    }

.price-row {
    display: flex;
    justify-content: space-between;
    padding: 0.7rem 0;
    font-size: 1rem;
}

.price-row-discard {
    flex-direction: column;
}

.price-row + .price-row {
    border-top: 1px solid #eee;
}

.price-label {
    color: #555;
}

.price-value {
    font-weight: bold;
    color: #333;
}

.enter-value {
    font-weight: bold;
    color: var(--color-l1-d2);
    cursor: pointer;
}

.continue-btn {
    background-color: var(--color-1);
    color: var(--color-white);
    margin-top: 1.5rem;
    width: 100%;
    padding: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 7px;
    border: 1px solid var(--color-1);
    transition: all 0.2s ease-in-out;
}

    .continue-btn:hover {
        border-color: var(--color-1) !important;
        background-color: transparent !important;
        color: var(--color-1) !important;
    }

.flex-md-r-sm-col {
    flex-direction: row;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .flex-md-r-sm-col {
        flex-direction: column;
        gap: 10px;
    }
}

.discount-input-wrapper {
    position: relative;
    width: 100%;
}

    .discount-input-wrapper input {
        width: 100%;
        padding: 10px 25px 10px 10px;
        font-size: 14px;
        border: none;
        border-radius: 5px;
        box-shadow: 0px 0px 11px #27272712;
    }

    .discount-input-wrapper .discount-icon {
        position: absolute;
        left: 0px;
        top: 0px;
        color: var(--color-white);
        background-color: var(--color-l1-d2);
        border-radius: 5px 0 0 5px;
        padding: 12px 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        cursor: pointer;
    }

input.no-border:focus {
    outline: none;
    border: none;
}

input.no-border2:focus {
    outline: none;
    border: 1px solid rgb(186, 186, 186);
}

.my-text-success {
    color: var(--color-2) !important;
}




.cart-badge {
    background: var(--color-1);
    color: var(--color-icon);
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    top: -5px;
    right: -5px;
    font-size: 15px;
}


/* .Buy-subscription-page */
.subscription-card {
    width: 100%;
    height: 350px;
    background-color: var(--color-white);
    border-radius: 15px;
    /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); */
    box-shadow: 0px 8px 1px rgb(1 42 104);
    /* padding: 20px 15px; */
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 18px 0;
    position: relative;
    /* overflow: hidden; */
}

.subscription-card2 {
    width: 100%;
    height: 450px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* margin: 18px 0; */
    position: relative;
    /* background-image: url(../images/eshterak-blue5.png); */
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    /* overflow: hidden; */
}

@media (min-width: 991px) and (max-width: 1400px) {
    .subscription-card2 {
        background-size: cover;
        height: 450px;
    }
}

/* @media (min-width: 1px) and (max-width: 411px) {
.subscription-card2 {
    height: 450px;
 }
}
@media (min-width: 412px) and (max-width: 767px) {

    .subscription-card2 {
        height: 650px;
     }
    }
    */
/* @media (max-width: 991px) {
        .subscription-card2 {
    height: 450px;
        }
    } */

.card-bottom-right-bubble {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 160px;
    height: 160px;
    background-color: var(--color-1);
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
    border-bottom-right-radius: 80px;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
    z-index: 1;
}

.triangle-rounded-corner {
    position: absolute;
    bottom: -30px;
    right: -3px;
    border-radius: 30000px;
    width: 210px;
    height: 160px;
    background-color: var(--color-1);
    border-radius: 20px 0 20px 90px;
    transform: rotate(195deg);
    z-index: -1;
}

.icon-discount-container {
    position: absolute;
    top: -8px;
    left: -8px;
    color: var(--color-white);
    z-index: 8;
}

    .icon-discount-container .icon-discount {
        font-size: 55px;
        color: var(--color-2);
    }

.icon-discount-title {
    position: absolute;
    top: 30%;
    left: 48%;
    transform: translate(-50%, -15%);
    color: #ffffff;
    font-size: 12px;
    line-height: 14px;
}

.subscription-top {
    display: flex;
    justify-content: center;
    align-items: end;
    margin-bottom: 15px;
    background-color: var(--color-1);
    border-radius: 15px 15px 0 0;
    height: 24%;
}

.subscription-number-back {
    background-color: var(--color-white);
    margin-bottom: -40px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.subscription-number {
    font-size: 34px;
    font-weight: bold;
    color: var(--color-2);
    background-color: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: -40px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    z-index: 5;
}

.subscription-middle {
    /* padding: 10px 15px 20px 15px; */
    /* bad */
    margin-top: 60px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

    .subscription-middle .title {
        color: var(--color-1);
        font-weight: bold;
        font-size: 18px;
    }

    .subscription-middle .description {
        color: #666;
        font-size: 15px;
    }

/* .subscription-label {
    font-size: 18px;
    color: #666;
  } */
.subscription-price {
    font-size: 20px;
    color: var(--color-1);
    margin-bottom: 20px;
}

.last-subscription-price {
    font-size: 17px;
    color: #7c7c7c;
    margin-bottom: 20px;
    text-decoration: line-through;
}

.subscription-button {
    /* background-color: var(--color-1); */
    color: var(--color-1);
    padding: 10px 0;
    border: none;
    border-radius: 10px;
    background-color: transparent;
    font-size: 30px;
    cursor: pointer;
    transition: all 0.3s;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .subscription-button:hover {
        color: var(--color-2);
    }

/* all-book-page */
.sort-container {
    display: flex;
    gap: 2rem;
    direction: rtl;
    flex-wrap: wrap;
    padding-bottom: 20px;
    border-bottom: 1px dashed gray;
}

.sort-box {
    position: relative;
}

.btn-sort {
    /* background-color: var(--color-1); */
    color: var(--color-1);
    border: 1px solid var(--color-1);
    padding: 8px 16px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    user-select: none;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 5px;
}

.sort-list {
    display: none;
    border: none;
    position: absolute;
    top: 45px;
    right: 0;
    background-color: var(--color-white);
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    padding: 10px;
    z-index: 10;
    min-width: 180px;
}

    .sort-list label {
        display: block;
        margin-bottom: 6px;
        font-size: 13px;
        cursor: pointer;
    }

    .sort-list input[type="radio"],
    .sort-list input[type="checkbox"] {
        margin-left: 6px;
    }

/* product-pag */

.custom-box2 {
    padding: 15px;
    background-color: var(--color-white);
    border-radius: 15px 15px 0 0;
    max-width: 93%;
}

.img-book-container {
    display: flex;
    justify-content: center;
    height: 250px;
}

    .img-book-container img {
        border-radius: 8px;
        box-shadow: 0px 9px 9px 0px rgb(0 0 0 / 64%);
        height: 100%;
        object-fit: contain;
    }

.custom-box {
    background-color: var(--color-white);
    padding: 30px 20px;
    border-radius: 15px;
}

.spec-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    font-size: 14px;
}

.spec-label,
.spec-dots,
.spec-value {
    white-space: nowrap;
    overflow: hidden;
}

.spec-label {
    width: 100px;
    text-align: right;
    font-weight: 500;
}

.spec-dots {
    flex-grow: 1;
    text-align: center;
    color: #ccc;
}

.spec-value {
    width: 120px;
    text-align: left;
    font-weight: 400;
}

.rating {
    color: var(--color-2) !important;
}

.price2 {
    display: inline;
    margin-right: 10px;
}

.Description {
    height: 100%;
    overflow: hidden;
    text-align: justify;
}

    .Description h5 {
        font-size: 20px;
        font-weight: bold
    }






.info-header {
    /* background-color: #f2f2f2; */
    border-bottom: 2px solid var(--color-1);
    padding: 10px 15px;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
    text-align: center;
}

    .info-header h3 {
        margin: 0;
        font-size: 22px;
    }



.info-details .file-size,
.info-details .duration {
    flex: 1;
    padding: 5px;
    display: flex;
    align-items: center;
    /* gap: 10px; */
    /* position: relative; */
    flex-direction: column;
}


    .info-details .file-size span,
    .info-details .duration span {
        color: var(--menu-item-color);
        text-align: center;
    }

.info-details .divider {
    width: 1px;
    height: 30px;
    background: #ccc;
}

.price-section {
    text-align: center;
}

.old-price {
    text-decoration: line-through;
    color: #999;
    font-size: 14px;
}

.new-price {
    color: var(--color-1);
    font-size: 18px;
    font-weight: bold;
}

.discount {
    background-color: var(--color-2);
    font-size: 12px;
    color: var(--color-white);
    margin-right: 5px;
    padding: 0 8px;
    border-radius: 15px;
}

@media (max-width: 768px) {
    .flex-column-sm {
        flex-direction: column;
    }
}

.custom-audio-player {
    background-color: var(--color-white);
    /* border: 1px solid #ddd; */
    border-radius: 12px;
    padding: 20px;
    max-width: 600px;
    box-shadow: 0 4px 12px rgb(0 0 0 / 21%);
    margin: 0 20px;
}



.controls {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

    .controls button {
        margin-bottom: 6px;
        display: flex;
        background-color: var(--color-1);
        border: none;
        color: white;
        padding: 10px 12px;
        border-radius: 50%;
        font-size: 16px;
        cursor: pointer;
        transition: background-color 0.3s;
        align-content: center;
        justify-content: center;
        flex-wrap: wrap;
    }

        .controls button:hover {
            background-color: var(--color-2);
        }

.progress-bar-container {
    flex-grow: 1;
}

.progress-bar-container {
    flex-grow: 1;
    position: relative;
    height: 6px;
    background-color: #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 10px;
    display: flex;
    align-items: center;
}

#progressBar {
    -webkit-appearance: none;
    width: 100%;
    background: transparent;
    position: absolute;
    height: 100%;
    cursor: pointer;
}

    /* Ã™â€ Ã™Ë†Ã˜Â§Ã˜Â± Ã˜Â±Ã™â€ ÃšÂ¯Ã›Å’ Ã™Â¾Ã˜Â± Ã˜Â´Ã˜Â¯Ã™â€¡ */
    #progressBar::-webkit-slider-thumb {
        -webkit-appearance: none;
        height: 14px;
        width: 14px;
        background: var(--color-1);
        border-radius: 50%;
        margin-top: -4px;
        box-shadow: 0 0 0 4px rgba(42, 44, 157, 0.2);
        transition: 0.3s ease;
    }

    #progressBar::-webkit-slider-runnable-track {
        height: 6px;
        background: linear-gradient(to right, #2a9d8f 0%, #2a9d8f var(--progress, 0%), #e0e0e0 var(--progress, 0%), #e0e0e0 100%);
        border-radius: 10px;
    }

    #progressBar:focus {
        outline: none;
    }

#progressBar {
    width: 100%;
}

#volumeControl {
    width: 80px;
}

audio {
    display: none;
}

/* about-page */

.about-page-container,
.page-container {
    background-color: var(--color-white);
    border-radius: 15px;
    padding: 3rem 4rem;
    position: relative;
}

@media (max-width: 768px) {

    .about-page-container,
    .page-container {
        background-color: var(--color-white);
        border-radius: 15px;
        padding: 3rem 1rem;
    }
}

.about-page-container .title {
    font-size: 21px;
    font-weight: bold;
    color: var(--color-1);
}

.about-page-container .description,
.page-container .description {
    /* width: 80%; */
    line-height: 32px;
    text-align: justify;
    color: #3b3b3b;
}

.p-2 {
    padding: 2rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.shadow {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.border-0 {
    border: 0 !important;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
    color: var(--color-2);
}

.single-promo-card {
    border-radius: 1rem;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.12);
}

.card-option {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(72, 94, 144, 0.16);
    border-radius: 8px;
}

.single-promo-card {
    min-height: 150px;
}

@media (min-width: 768px) {
    .single-promo-card {
        min-height: 150px;
    }
}

.icon-size-md {
    font-size: 2rem;
}

.single-promo-card:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125);
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125);
}

.p-2 {
    padding: .5rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.border-0 {
    border: 0 !important;
}

.icon-size-md {
    font-size: 38px;
}

.card-body-description h5 {
    color: #2a2a2a;
}

.card-body-description p {
    color: #636363;
}

/* archive-page */
.archive-titles {
    background-color: var(--color-white);
    border-radius: 12px;
    box-shadow: -1px 4px 1rem rgba(31, 45, 61, 0.082);
    padding: 17px 18px;
}

    .archive-titles .title .icon {
        color: var(--color-2);
        font-size: 23px;
    }

    .archive-titles .title p {
        margin: 0;
        color: var(--story-title);
        font-size: 16px;
    }

    .archive-titles .catgory p {
        color: var(--archive-cat-color);
        cursor: pointer;
        margin: 0;
        font-size: 15px;
    }

        .archive-titles .catgory p.active {
            color: var(--color-l1-d2);
            font-weight: bold;
        }


    .archive-titles .category-container {
        background-color: var(--color-archive-cat-cont);
        border-radius: 8px;
        box-shadow: -1px 4px 1rem rgba(31, 45, 61, 0.082);
        position: relative;
        cursor: pointer;
        padding: 8px 12px;
        margin: 0;
        outline: 0;
        border: none;
    }

.dropdown-menu-category {
    position: absolute;
    top: 100%;
    right: 0;
    background: var(--color-white);
    border: none !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    display: none;
    flex-direction: column;
    z-index: 10;
    padding: 8px 6px;
}

    .dropdown-menu-category.show {
        display: flex;
    }

.dropdown-item-category {
    padding: 8px 6px;
    cursor: pointer;
    font-size: 14px;
}

    .dropdown-item-category:hover {
        background-color: #f1f1f1;
    }

.archive-titles .category-container p {
    color: #3b3b3b;
    font-size: 14px;
    margin: 0;
    font-weight: bold;
    color: var(--color-1);
}

.archive-titles .category-container .icon {
    color: var(--color-1);
    font-size: 15px;
}

.product-card3 {
    height: 372px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--color-white);
    border: 1px solid var(--border-product) !important;
    border-radius: 12px;
    /* margin: 0 8px; */
    padding: 8px 16px;
    gap: 12px;
    overflow: hidden;
}

@media (min-width: 992px) {
    .product-card3 {
        height: 380px;
        /* padding: 8px 12px; */
    }
}

.product-card3 .img-container {
    display: flex;
    justify-content: center;
    /* width: 100%; */
    height: 170px;
}

@media (max-width: 992px) {
    .product-card3 .img-container {
        height: 150px;
    }
}

.product-card3 .img-container img {
    border-radius: 4px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    height: 100%;
    object-fit: contain;
    /* width: 100%;
    object-fit: cover; */
}

.product-card3 .caption {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    justify-content: space-evenly;
}

    .product-card3 .caption .description {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        padding: 0 2px;
        gap: 2px;
        justify-content: flex-start;
    }

        .product-card3 .caption .description .name {
            color: var(--story-title);
            font-size: 14px;
            line-height: 24px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis
        }

        .product-card3 .caption .description .author {
            font-size: 12px;
            line-height: 20px;
            color: #666;
        }

        .product-card3 .caption .description .speaker {
            display: -webkit-box;
            white-space: normal;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            line-clamp: 1;
            overflow: hidden;
            font-size: 12px;
            line-height: 20px;
            color: #666;
        }

        .product-card3 .caption .description .score {
            font-size: 12px;
            line-height: 20px;
            gap: 5px;
            display: flex;
            font-size: 10px;
            line-height: 17px;
            color: #666;
        }

            .product-card3 .caption .description .score span {
                color: #000000;
            }

.caption .price-box {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
}

    .caption .price-box .previous-price {
        font-size: 12px;
        color: #666;
        margin-left: 4px;
        text-decoration: line-through;
    }

    .caption .price-box .the-price {
        color: var(--story-title);
        font-size: 15px;
    }

    .caption .price-box .unit {
        color: var(--story-title);
        font-size: 13px;
        margin-left: 8.5px;
    }

@media (max-width: 992px) {
    .caption .price-box {
        gap: 3px;
    }

        .caption .price-box .previous-price {
            font-size: 11px;
        }

        .caption .price-box .the-price {
            font-size: 13px;
        }

        .caption .price-box .unit {
            font-size: 10px;
        }
}

.button-box .btn1 {
    background-color: var(--color-2);
    width: 40%;
    text-align: center;
    padding: 8px;
    border-radius: 6px;
    color: #fff;
    border: 2px solid var(--color-2) !important;
    transition: all 0.2s ease-in-out;
}

    .button-box .btn1:hover {
        background-color: transparent;
        color: var(--color-2);
    }

.button-box .btn2 {
    background-color: var(--color-1);
    width: 100%;
    padding: 8px;
    text-align: center;
    border-radius: 6px;
    color: #fff;
    border: 2px solid var(--color-1) !important;
    transition: all 0.2s ease-in-out;
}

    .button-box .btn2:hover {
        background-color: transparent;
        color: var(--color-1);
    }

/* blogs-pag */

.banner-grid .img img {
    object-fit: cover;
}

.banner-grid .img .pic1 {
    width: 645px;
    height: 644px;
}

@media (max-width: 758px) {
    .banner-grid .img .pic1 {
        width: 645px;
        height: 344px;
    }
}



.zoom-scal {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 12px;
}

@media (max-width: 991px) {
    .mt-sm-1r {
        margin-top: 1rem !important;
    }
}

.banner-grid .img .pic2 {
    width: 307px;
    height: 307px;
}

@media (max-width: 758px) {
    .banner-grid .img .pic2 {
        width: 167px;
        height: 167px;
    }
}

.banner-grid .img .pic3 {
    width: 307px;
    height: 644px;
}

@media (max-width: 758px) {
    .banner-grid .img .pic3 {
        width: 307px;
        height: 350px;
    }
}

.back-blog-img1 {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(30deg, black, transparent);
    display: flex;
    justify-content: end;
    align-items: end;
    flex-direction: column;
    padding: 20px;
    color: #fff;
}

.back-blog-img2 {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(1deg, black, transparent);
    display: flex;
    justify-content: end;
    align-items: center;
    flex-direction: column;
    padding: 10px;
    color: #fff;
    text-align: center;
}

    .back-blog-img2 h2 {
        font-size: 22px;
        line-height: 29px;
    }

    .back-blog-img2 h3 {
        font-size: 18px;
    }

.back-blog-img3 {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(1deg, black, transparent);
    display: flex;
    justify-content: end;
    align-items: center;
    flex-direction: column;
    padding: 10px;
    color: #fff;
    text-align: center;
}

    .back-blog-img3 h2 {
        font-size: 20px;
        line-height: 29px;
    }

    .back-blog-img3 h3 {
        font-size: 17px;
    }

.back-blog-img4 {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(1deg, black, transparent);
    display: flex;
    justify-content: end;
    align-items: center;
    flex-direction: column;
    padding: 10px;
    color: #fff;
    text-align: center;
}

    .back-blog-img4 h2 {
        font-size: 20px;
        line-height: 29px;
    }

    .back-blog-img4 h3 {
        font-size: 17px;
    }

.blog-container {
    box-shadow: 0px 7px 23px -15px #22222285;
    background-color: var(--color-white);
    border-radius: 15px;
    padding: 2rem 2rem;
}

@media (max-width: 768px) {
    .blog-container {
        background-color: var(--color-white);
        border-radius: 15px;
        padding: 2rem 1rem;
    }

    .back-blog-img4 h2 {
        font-size: 14px;
    }

    .back-blog-img4 h3 {
        font-size: 14px;
    }

    .back-blog-img3 h2 {
        font-size: 14px;
    }

    .back-blog-img3 h3 {
        font-size: 14px;
    }

    .back-blog-img2 h2 {
        font-size: 15px;
    }

    .back-blog-img2 h3 {
        font-size: 16px;
    }
}

.blog-title .title {
    /* font-family: Bye; */
}

.blog-title .line {
    width: 70%;
    height: 1px;
    background-color: rgb(191, 191, 191);
    border-radius: 15px;
}

.blog-title .line2 {
    width: 40%;
    height: 1px;
    background-color: rgb(191, 191, 191);
    border-radius: 15px;
}

.blog-title .link {
    font-size: 14px;
    color: var(--color-l1-d2);
}

@media (max-width: 768px) {
    .blog-title .line {
        width: 30%;
        height: 1px;
        background-color: rgb(191, 191, 191);
        border-radius: 15px;
    }
}

.maghalat-container2 {
    width: 100%;
    background-color: var(--color-white);
    border-radius: 9px;
    box-shadow: 0px 0px 5px 0 rgb(0 0 0 / 12%);
    padding: 20px;
    margin: 10px 0;
    flex-direction: row;
    margin-bottom: 1rem;
    justify-content: space-evenly !important;
}

    .maghalat-container2 .img-container {
        border-radius: 5px;
        width: 125px;
        height: 75px;
        overflow: hidden;
    }

        .maghalat-container2 .img-container img {
            object-fit: cover;
            width: 100%;
            height: 75px;
        }

    .maghalat-container2 .caption {
        display: flex;
        flex-direction: column;
        max-width: calc(100% - 135px);
    }

        .maghalat-container2 .caption h3 {
            font-size: 16px;
            font-weight: bold;
            color: var(--color-maghalat-container-content);
            line-height: 27px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            max-height: 54px;
        }

        .maghalat-container2 .caption .detail p {
            font-size: 14px;
            margin: 0;
            color: #707070;
            display: inline;
        }

        .maghalat-container2 .caption .detail .icon {
            font-size: 14px;
            color: #727272;
        }

@media (max-width: 353px) {
    .maghalat-container2 .caption .detail .icon {
        display: none;
    }
}

.maghalat-container2 .caption .detail .link {
    font-size: 14px;
    color: #727272;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .maghalat-container2 {
        padding: 20px 0;
        flex-direction: column;
        margin-bottom: 1rem;
        justify-content: space-evenly !important;
    }

        .maghalat-container2 .caption .detail {
            flex-direction: column;
        }
}

.another {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 12px;
    height: 180px;
}

    .another img {
        border-radius: 15px;
        object-fit: cover;
        height: 100%;
    }

    .another .overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.381);
        transition: opacity 0.3s ease-in-out;
        z-index: 1;
        border-radius: 12px;
    }

    .another:hover .overlay {
        opacity: 0;
    }

    .another .caption {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 2;
        /* background: linear-gradient(1deg,rgba(0, 0, 0, 0.84) 0%, rgba(58, 54, 20, 0) 24%, rgba(116, 108, 40, 0) 49%, rgba(237, 221, 83, 0) 100%); */
        display: flex;
        justify-content: center;
        align-items: end;
        flex-direction: row;
        padding: 10px 20px;
        color: var(--color-white);
        transition: all 0.3s ease-in-out;
    }

        .another .caption:hover {
            background: linear-gradient(1deg, rgba(0, 0, 0, 0.84) 0%, rgba(116, 108, 40, 0) 49%, rgba(237, 221, 83, 0) 100%);
        }

        .another .caption h2,
        .another .caption h3 {
            font-size: 15px;
            margin: 0;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .another .caption .link {
            font-size: 14px;
            color: var(--color-2);
        }

/* Ã˜Â¯ÃšÂ©Ã™â€¦Ã™â€¡ Ã™â€¡Ã˜Â§Ã›Å’ Ã™â€ Ã˜Â§Ã™Ë†Ã˜Â¨Ã˜Â±Ã›Å’ */
/* .another-maghalat-slider .owl-prev::before {
    font-family: FontAwesome !important;
    padding: 5px 9px;
    color: #666666;
    font-size: 28px !important;
    content: "\f105" !important;

}

.another-maghalat-slider.owl-next::before {
    font-family: FontAwesome !important;
    padding: 5px 9px;
    color: #4a4a4a;
    font-size: 28px !important;
    content: "\f104" !important;
}

.another-maghalat-slider .owl-prev,
.another-maghalat-slider .owl-next
 {
    background-color: transparent !important;
    color: #4a4a4a !important;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.another-maghalat-slider .owl-prev {
    position: absolute;
    right: -23px;
    top: 40%;
}

.another-maghalat-slider.owl-prev:hover,
.another-maghalat-slider.owl-next:hover
 {
    color: var(--color-2) !important;
}

.another-maghalat-slider .owl-next{
    position: absolute;
    left: -23px;
    top: 40%;
}

@media (max-width: 576px) {

    .another-maghalat-slider .owl-prev {
        position: absolute;
        right: -10px;
        top: 40%;
    }


    .another-maghalat-slider .owl-next{
        position: absolute;
        left: -10px;
        top: 40%;
    }
} */
/* blog-pag */
.article-info {
    gap: 3rem;
}

@media (max-width: 576px) {
    .article-info {
        gap: 1rem;
    }
}

.article-info .icon {
    font-size: 20px;
    color: #7e7e7e;
}

.article-info span {
    font-size: 14px;
    color: #202020;
}

.Description-article h1,
.titles {
    line-height: 35px;
    font-weight: bold;
    color: #212121;
    font-size: 21px;
    margin: 12px 0;
}

.Description-article p {
    line-height: 33px;
    color: #3b3b3b;
    text-align: justify;
    font-size: 17px;
}

.Description-article .link1 {
    background-color: var(--color-2);
    color: var(--color-white);
    padding: 12px 16px;
    border-radius: 5px;
    width: fit-content;
    text-align: center;
    margin-top: 15px !important;
    transition: all 0.2s ease-in;
    border: 1px solid var(--color-2);
}

    .Description-article .link1:hover {
        background-color: transparent;
        color: var(--color-2);
    }

.Description-article .link2 {
    background-color: var(--color-1);
    color: var(--color-white);
    padding: 12px 16px;
    border-radius: 5px;
    width: fit-content;
    text-align: center;
    margin-top: 15px !important;
    transition: all 0.2s ease-in;
    border: 1px solid var(--color-1);
}

    .Description-article .link2:hover {
        background-color: transparent;
        color: var(--color-1);
    }

.title-comments {
    font-size: 25px;
    margin: 15px 10px;
    font-weight: bold;
    color: #3d3d3d;
}

.comments-form {
    padding: 30px;
    border-radius: 15px;
    background-color: var(--color-white);
    box-shadow: 0px 0px 5px 0 rgb(0 0 0 / 12%);
}

.title-comments-form {
    font-size: 20px;
    margin: 8px 10px;
    font-weight: bold;
    color: var(--story-title);
}

.comment-input {
    /* background: rgb(189, 189, 189); */
    padding: 15px 20px;
    border-radius: 10px;
    color: var(--story-title);
    border: 1px solid #c3c3c3;
    box-shadow: none;
    margin: 8px 0px;
    width: 100%;
}



.send-btn2 {
    background-color: transparent;
    color: var(--color-2);
    margin-top: 10px;
    padding: 10px 20px;
    border: 2px solid var(--color-2);
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all .3s ease;
}

    .send-btn2:hover {
        background-color: var(--color-2);
        color: var(--color-white);
    }

.send-btn3 {
    margin-top: 10px;
    padding: 10px 20px;
    background-color: var(--send-btn3-bg);
    color: var(--send-btn3-color);
    border: 2px solid var(--color-l1-d2);
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all .3s ease;
}

    .send-btn3:hover,
    .send-btn3.active {
        background-color: transparent;
        color: var(--color-l1-d2);
    }

input::placeholder {
    color: var(--color-placeholder);
}

input::-webkit-input-placeholder {
    color: var(--color-placeholder);
}

input::-moz-placeholder {
    color: var(--color-placeholder);
}

input:-ms-input-placeholder {
    color: var(--color-placeholder);
}

input::-ms-input-placeholder {
    color: var(--color-placeholder);
}

textarea ::placeholder {
    color: var(--color-placeholder);
    opacity: 1;
}

textarea::-webkit-input-placeholder {
    color: var(--color-placeholder);
}

textarea::-moz-placeholder {
    color: var(--color-placeholder);
}

textarea:-ms-input-placeholder {
    color: var(--color-placeholder);
}

textarea::-ms-input-placeholder {
    color: var(--color-placeholder);
}

.comment-input:focus {
    outline: none !important;
    border: 2px solid var(--color-1);
}

.social-icons {
    gap: 15px;
    flex-wrap: wrap;
    margin: 30px 0;
}

    .social-icons .icon {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #f1f1f1;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        color: #333;
        font-size: 22px;
        transition: transform 0.3s ease, background-color 0.3s ease;
    }

        .social-icons .icon:hover {
            transform: scale(1.1);
            background-color: #ddd;
        }

    .social-icons .instagram {
        color: #e1306c;
    }

    .social-icons .telegram {
        color: #0088cc;
    }

    .social-icons .twitter {
        color: #1da1f2;
    }

    .social-icons .facebook {
        color: #3b5998;
    }

    .social-icons .whatsapp {
        color: #25d366;
    }

/* contactus-pag */
.contact-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* border: 1px solid #eee; */
    border-radius: 12px;
    overflow: hidden;
    /* background-color: #f9f9f9; */
}

.info-box {
    flex: 1;
    min-width: 200px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    flex-direction: column;
}

    .info-box:not(:first-child)::after {
        content: "";
        position: absolute;
        right: 0;
        top: 10%;
        height: 80%;
        width: 1px;
        background-color: #ddd;
    }

    .info-box .icon-contactus {
        font-size: 24px;
        color: #626262;
    }

.social-icon {
    display: flex;
    gap: 20px;
    margin-right: 5px;
}

    .social-icon a {
        font-size: 28px;
    }


        .social-icon a:nth-child(1) {
            color: #e1306c;
        }

        .social-icon a:nth-child(2) {
            color: #0088cc;
        }

        .social-icon a:nth-child(3) {
            color: #25d366;
        }

/* Ã™â€¦Ã™Ë†Ã˜Â¨Ã˜Â§Ã›Å’Ã™â€ž */
@media (max-width: 768px) {
    .contact-info {
        flex-direction: column;
    }

    .info-box:not(:first-child)::after {
        display: none;
    }

    .info-box {
        border-bottom: 1px solid #eee;
        align-items: start;
    }

        .info-box:last-child {
            border-bottom: none;
        }
}

/*  */
.commenicatio-title {
    font-size: 20px;
    font-weight: 500;
}

.contact-form {
    width: 100%;
    display: grid;
    gap: 20px;
    margin-top: 26px;
}

.contact-form-input {
    width: 100%;
    height: 50px;
    border-radius: 7px;
    border: 1px solid #dee1ed;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(76, 86, 134, 0.1);
    display: flex;
}

.contact-form-textarea {
    width: 100%;
    min-height: 50px;
    border-radius: 7px;
    border: 1px solid #dee1ed;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(76, 86, 134, 0.1);
    display: flex;
    padding: 12px 16px;
    outline: none;
    min-height: 100px;
}

.contact-form-input-input {
    width: calc(100% - 50px);
    height: 50px;
    padding: 0 16px;
    border: transparent;
    background: transparent;
    color: #292929;
    font-size: 15px;
    outline: none;
}

.contact-form-input-span {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c76ab;
    font-size: 23px;
}

.input-contaner-login {
    width: 100%;
    margin-top: 10px;
}

.register-form-input-span {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-2);
    ;
    font-size: 19px;
}

/* registration-pag */


.input-container {
    position: relative;
    width: 100%;
}



.the-dropdown {
    display: none;
    position: absolute;
    top: 48px;
    left: 0;
    width: 100%;
    background: var(--color-white);
    border: 1px solid #ffffff;
    border-radius: 4px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 10;
    max-height: 200px;
    overflow-y: auto;
    font-size: 14px;
}

    .the-dropdown div {
        padding: 10px;
        cursor: pointer;
        transition: all 0.2s;
    }

        .the-dropdown div:hover {
            background: rgba(0, 0, 0, 0.1);
        }

/* Ã™â€ Ã™â€¦Ã˜Â§Ã›Å’Ã˜Â´ Ã™â€žÃ›Å’Ã˜Â³Ã˜Âª Ã™â€¡Ã™â€ ÃšÂ¯Ã˜Â§Ã™â€¦ ÃšÂ©Ã™â€žÃ›Å’ÃšÂ© */
.input-container.active .the-dropdown {
    display: block;
}

.input-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--color-l1-d2);
    font-size: 19px;
    pointer-events: none;
    transition: color 0.3s ease;
}

.input-btn {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--color-white);
    font-size: 16px;
    padding: 7px 10px;
    background-color: var(--color-1);
    pointer-events: none;
    border-radius: 5px 0 0 5px;
    transition: color 0.3s ease;
}



.input-container label {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 14px;
    color: gray;
    pointer-events: none;
    transition: all 0.3s;
    background: var(--color-white);
    padding: 0 4px;
}

.input-container input:focus,
.input-container input:not(:placeholder-shown) {
    border-color: var(--color-l1-d2);
}

    .input-container input:focus + label,
    .input-container input:not(:placeholder-shown) + label {
        top: 0;
        font-size: 12px;
        color: var(--color-placeholder);
    }

    .input-container input:focus ~ .input-icon,
    .input-container input:not(:placeholder-shown) ~ .input-icon {
        color: var(--color-placeholder) !important;
    }

.input-container.active input {
    border-color: var(--color-l1-d2);
}

.input-container.active label {
    top: 0;
    font-size: 12px;
    color: var(--color-1);
}

/* .input-container.active .input-icon {
    color: var(--color-2);
  } */
.message-send-code {
    color: #545454;
}

.go-to-login {
    color: var(--color-2);
    font-weight: bold;
}

.title-register {
    color: var(--color-l1-d2);
    font-weight: bold;
    font-size: 21px;
}

.auth-vector1 {
    position: absolute;
    top: 0;
    left: 0;
}

.auth-vector2 {
    position: absolute;
    bottom: 0;
    right: 0;
}

/* profil */
.profil-container {
    background-color: var(--color-white);
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.menu-panel {
    /* background-color: #fff;
    border-radius: 8px; */
    overflow: hidden;
    /* box-shadow: 0 2px 8px rgba(0,0,0,0.05); */
}

.menu-link {
    display: flex;
    align-items: center;
    padding: 12px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    gap: 10px;
    transition: background-color 0.3s;
}

    .menu-link.exit,
    .exit-icon {
        color: var(--color-2);
        border-bottom: none;
    }

    .menu-link:hover {
        background-color: #f8f9fa;
    }

    .menu-link .icon {
        margin-left: 10px;
        color: #626262;
    }

    .menu-link.active-link {
        background-color: #e2e6ea59;
        font-weight: bold;
    }

.content-area {
    /* background-color: #fff;
    border-radius: 8px; */
    padding: 20px;
    /* box-shadow: 0 2px 8px rgba(0,0,0,0.05); */
    /* min-height: 300px; */
}

@media (min-width: 768px) {
    .content-area {
        padding: 40px 20px;
    }
}

.dashboard-items {
    background-color: var(--color-back);
    color: rgb(132, 132, 132);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    text-align: center;
}

    .dashboard-items .icon {
        color: var(--color-1);
        font-size: 28px;
        transition: all 0.2s ease-in-out;
    }

    .dashboard-items:hover .icon-dash {
        color: var(--color-2);
    }

.prof-container {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid var(--color-1);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .prof-container img {
        width: 90px;
        height: 90px;
        border-radius: 50%;
        object-fit: cover;
    }

.edit-prof {
    position: absolute;
    bottom: -2px;
    left: 5px;
    background-color: var(--color-1);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 10px;
    cursor: pointer;
}

    .edit-prof .icon {
        color: var(--color-2);
        font-size: 15px;
    }

.buy-subscription {
    background-color: var(--color-2);
    color: var(--color-white);
    padding: 5px 10px;
    border: 2px solid var(--color-2);
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all .3s ease;
    font-size: 12px;
}

    .buy-subscription:hover {
        background-color: var(--color-1);
        color: var(--color-white);
        border: 2px solid var(--color-1);
    }

/* Ã˜ÂªÃ˜Â±Ã˜Â§ÃšÂ©Ã™â€ Ã˜Â´ Ã™â€¡Ã˜Â§ */

.transaction-card {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 1rem;
    margin-top: 1rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    border-right: 4px solid #ccc;
    transition: 0.3s;
}

    .transaction-card.success {
        border-color: var(--color-1);
    }

    .transaction-card.failed {
        border-color: #dc3545;
    }

.transaction-row {
    display: flex;
    justify-content: space-between;
    margin: 0.5rem 0;
    font-size: 16px;
}

.status.success {
    color: var(--color-1);
    font-weight: bold;
}

.status.failed {
    color: #dc3545;
    font-weight: bold;
}

.product-card4 {
    height: auto;
    margin: 10px 0;
}

    .product-card4 .button-box .btn1 {
        background-color: var(--color-1);
        width: 33.33%;
        text-align: center;
        padding: 8px;
        border-radius: 6px;
        color: #fff;
        border: 2px solid var(--color-1) !important;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .product-card4 .button-box .btn2 {
        background-color: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 33.33%;
        height: 40px;
        padding: 8px;
        text-align: center;
        border-radius: 6px;
        color: var(--color-1);
        border: 2px solid var(--color-1) !important;
    }

    .product-card4 .button-box .btn3 {
        background-color: var(--color-2);
        width: 33.33%;
        text-align: center;
        padding: 8px;
        border-radius: 6px;
        color: var(--color-white);
        border: 2px solid var(--color-2) !important;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .product-card4 .button-box .btn4 {
        background-color: var(--color-2);
        width: 33.33%;
        text-align: center;
        padding: 8px;
        border-radius: 6px;
        color: #fff;
        border: 2px solid var(--color-2) !important;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.btn4 {
    position: relative;
}

    .btn4::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 80%;
        /* Ã˜Â¨Ã˜Â²Ã˜Â±ÃšÂ¯Ã˜ÂªÃ˜Â± Ã˜Â§Ã˜Â² Ã˜Â¯ÃšÂ©Ã™â€¦Ã™â€¡ Ã˜Â¨Ã˜Â±Ã˜Â§Ã›Å’ Ã™Â¾Ã™Ë†Ã˜Â´Ã˜Â´ ÃšÂ©Ã˜Â§Ã™â€¦Ã™â€ž */
        height: 2px;
        /* Ã˜Â¶Ã˜Â®Ã˜Â§Ã™â€¦Ã˜Âª Ã˜Â®Ã˜Â· */
        background-color: var(--color-2);
        transform: translate(-50%, -50%) rotate(45deg);
        pointer-events: none;
    }

.btn5 {
    font-size: 13px;
    background-color: var(--color-1);
    width: 66.66%;
    text-align: center;
    padding: 8px;
    border-radius: 6px;
    color: var(--color-white);
    border: 2px solid var(--color-1) !important;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-card4 .img-container img {
    border-radius: 4px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    height: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .content-area {
        padding: 20px 0;
    }

    .p-small-0 {
        padding-left: 3px;
        padding-right: 3px;
    }
}

.story-item {
    overflow: hidden;
    cursor: pointer;
    width: 100px;
}

.storyOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000ee;
    z-index: 9999;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.closeStoryBtn {
    position: absolute;
    top: 10px;
    left: 10px;
    background: none;
    border: none;
    color: var(--color-white);
    font-size: 24px;
    cursor: pointer;
}

.progressContainer {
    position: absolute;
    top: 10px;
    left: 50px;
    right: 50px;
    display: flex;
    gap: 5px;
}

.storyImage {
    max-height: 80%;
    max-width: 90%;
    border-radius: 10px;
    margin-top: 40px;
}

.storyTitle {
    color: var(--color-white);
    margin-top: 15px;
    font-size: 18px;
}

.search-bar {
    position: fixed;
    border-radius: 30px;
    top: 5px;
    right: 0;
    left: 0;
    background: var(--color-white);
    padding: 10px;
    display: flex;
    align-items: center;
    z-index: 999;
    box-shadow: 0 2px 5px rgb(0 0 0 / 18%);
    direction: rtl;
}

.search-input-wrapper {
    position: relative;
    flex: 1;
}

    .search-input-wrapper input {
        width: 100%;
        padding: 10px 25px 10px 10px;
        font-size: 14px;
        border: 1px solid var(--border-product);
        border-radius: 50px;
    }

.search-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--color-icon2);
    background-color: var(--color-1);
    border-radius: 50%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close-search {
    color: #616161;
    background: none;
    border: none;
    font-size: 20px;
    margin-right: 10px;
    cursor: pointer;
}

.search-input-wrapper2 {
    position: relative;
    width: 100%;
}

    .search-input-wrapper2 input {
        width: 100%;
        padding: 10px 25px 10px 10px;
        font-size: 14px;
        border: 1px solid #ccc;
        border-radius: 20px;
    }

    .search-input-wrapper2 .search-icon {
        width: 36px;
        height: 36px;
        position: absolute;
        left: 5px;
        top: 50%;
        color: #fff;
        background-color: var(--color-1);
        border-radius: 50%;
        padding: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .search-input-wrapper2 .search-icon2 {
        width: 36px;
        height: 36px;
        position: absolute;
        left: 45px;
        top: 50%;
        color: #fff;
        background-color: var(--color-4);
        border-radius: 50%;
        padding: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transform: translateY(-50%);
        /*border: 2px solid var(--color-1);*/
    }

.search-titles h2 {
    color: #1b1b1b;
    font-size: 21px;
}

.search-titles h6 {
    color: #555555;
    font-size: 12px;
}

@media (max-width:750px) {
    .archive-titles2 {
        padding-left: 0 !important;
        padding-left: 0 !important;
    }
}

.archive-titles .category-container .icon {
    color: var(--color-1);
    font-size: 15px;
}

.dropdown-menu-category {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    z-index: 100;
    margin-top: 5px;
    border-radius: 5px;
}

    .dropdown-menu-category.show {
        display: block;
    }

.category-container {
    position: relative;
    cursor: pointer;
}

@media (max-width:995px) {
    .gap-4-sm {
        gap: 1rem;
    }
}

.product-card-order {
    border-bottom: 1px solid #e0e0e0;
    padding: 1rem 1rem;
    background-color: #fff;
    /* max-width: 700px; */
    margin: auto;
    display: flex;
    /* align-items: center; */
    flex-direction: column;
    /* justify-content: space-between; */
    /* flex-wrap: wrap; */
}

.product-card-order-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .product-card-order-info .product-image {
        width: 100px !important;
        height: 100px;
        object-fit: cover;
        border-radius: 10px;
    }

    .product-card-order-info .product-info {
        display: flex;
        flex-direction: column;
        gap: 3px;
        margin: 0 1rem;
        width: 100%;
    }

@media (max-width: 768px) {
    .product-card-order-info .product-info {
        margin: 0;
    }
}

.product-card-order-info .product-title {
    font-weight: bold;
    font-size: 0.9rem;
    color: #333;
    margin-bottom: 0.5rem;
    border: none;
    /* display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal; */
}

.product-card-order-info .product-detail {
    line-height: 8px;
}

    .product-card-order-info .product-detail p {
        margin: 0;
        color: #5c5c5c;
        font-size: 0.8rem;
    }

.product-card-order-info .price-box {
    text-align: left;
}

.product-card-order-info .discounted-price {
    font-size: 1.2rem;
    font-weight: bold;
    color: var(--color-1);
}

.trash-btn,
.next-cart-btn {
    background-color: var(--color-1);
    color: var(--color-white);
    display: flex;
    align-items: center;
    border-radius: 5px;
    justify-content: center;
    padding: 10px 8px;
    cursor: pointer !important;
    width: 100%;
    gap: 8px;
    font-size: 12px;
}

    .trash-btn .icon {
        color: #ffffff !important;
        cursor: pointer !important;
    }

.next-cart-btn {
    background-color: var(--color-2);
}

.product-card-order-info .original-price {
    text-decoration: line-through;
    color: #888;
    font-size: 0.8rem;
}

.product-card-order-info .discount-percent {
    font-weight: bold;
    font-size: 0.8rem;
    border-radius: 4px;
    background-color: var(--color-2);
    color: var(--color-white);
    padding: 6px;
}

.product-card-order-btn {
    display: flex;
    align-items: center;
    gap: 10px;
}

@media (max-width:992px) {
    .product-card-order-info .original-price {
        font-size: 0.5rem;
    }

    .product-card-order-info .discount-percent {
        font-size: 0.6rem;
    }

    .product-card-order-info .discounted-price {
        font-size: 13px;
    }
}

@media (min-width:768px) {
    .b-dashed {
        border: none;
        border-left: 1px dashed rgba(185, 185, 185, 0.837);
    }
}

@media (max-width:768px) {
    .b-dashed {
        border: none;
        border-bottom: 1px dashed rgba(185, 185, 185, 0.833);
    }
}

.price-details {
    padding: 1.5rem;
    /* border: 1px solid #dee2e6; */
    /* border-radius: 15px; */
    background-color: var(--color-white);
    border-radius: 13px;
    box-shadow: 0px 7px 23px -15px var(--color-shadow1);
}

    .price-details h5 {
        font-weight: bold;
        margin-bottom: 1.5rem;
        text-align: center;
        color: #333;
    }

.price-row {
    display: flex;
    justify-content: space-between;
    padding: 0.7rem 0;
    font-size: 1rem;
}

.price-row-discard {
    flex-direction: column;
}

.price-row + .price-row {
    border-top: 1px solid #eee;
}

.price-label {
    color: #555;
}

.price-value {
    font-weight: bold;
    color: #333;
}

.enter-value {
    font-weight: bold;
    color: var(--color-l1-d2);
    cursor: pointer;
}

.continue-btn {
    background-color: var(--color-1);
    color: var(--color-white);
    margin-top: 1.5rem;
    width: 100%;
    padding: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 7px;
    border: 1px solid var(--color-1);
    transition: all 0.2s ease-in-out;
}

    .continue-btn:hover {
        border-color: var(--color-1) !important;
        background-color: transparent !important;
        color: var(--color-1) !important;
    }

.flex-md-r-sm-col {
    flex-direction: row;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .flex-md-r-sm-col {
        flex-direction: column;
        gap: 10px;
    }
}

.discount-input-wrapper {
    position: relative;
    width: 100%;
}

    .discount-input-wrapper input {
        width: 100%;
        padding: 10px 25px 10px 10px;
        font-size: 14px;
        border: none;
        border-radius: 5px;
        box-shadow: 0px 0px 11px #27272712;
    }

    .discount-input-wrapper .discount-icon {
        position: absolute;
        left: 0px;
        top: 0px;
        color: var(--color-white);
        background-color: var(--color-l1-d2);
        border-radius: 5px 0 0 5px;
        padding: 12px 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        cursor: pointer;
    }

input.no-border:focus {
    outline: none;
    border: none;
}

input.no-border2:focus {
    outline: none;
    border: 1px solid rgb(186, 186, 186);
}

.my-text-success {
    color: var(--color-2) !important;
}


.dropdown-hover {
    position: relative;
    cursor: pointer;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: var(--color-white);
    min-width: 160px;
    z-index: 1000;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 10px 0;
    top: 160%;
    right: 0;
    transition: opacity 0.3s ease;
    opacity: 0;
    pointer-events: none;
}

    .dropdown-content a {
        color: var(--color-submenu);
        padding: 8px 16px;
        text-decoration: none;
        display: block;
        text-align: right;
    }

        .dropdown-content a:hover {
            background-color: var(--color-hover);
        }

.dropdown-hover.show .dropdown-content {
    display: block;
    opacity: 1;
    pointer-events: auto;
}

/*  */
ul.custom-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.submenu-items li {
    list-style: none;
}

li.custom-menu-item {
    position: relative;
}

a.menu-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    color: #333;
    border-bottom: none;
}

ul.submenu-items {
    display: none;
}

    ul.submenu-items li a {
        display: block;
        color: var(--color-submenu);
        font-size: 14px;
    }

.submenu-icon {
    transition: transform 0.3s;
}

    .submenu-icon.rotate {
        transform: rotate(-90deg);
    }

.custom-menu-item.active-menu .menu-title {
    font-weight: bold;
}

ol,
ul {
    padding-right: 1rem;
}

.addtocardbtn {
    /* margin-top: 10px; */
    padding: 10px;
    background-color: var(--color-1);
    color: white;
    border: 2px solid var(--color-1);
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all .3s ease;
}

    .addtocardbtn:hover {
        background-color: transparent;
        color: var(--color-1);
    }

.form-control {
    background-color: var(--color-commentbox);
}

.comment-box {
    background: var(--color-commentbox);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 15px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
}

.comment-box2 {
    background-color: var(--color-white);
}

.comment-author {
    font-weight: bold;
    color: var(--menu-item-color);
}

.comment-date {
    font-size: 13px;
    color: #888;
}

.reply-btn {
    font-size: 13px;
    color: var(--color-l1-d2);
    cursor: pointer;
}

.reply-form {
    display: none;
    margin-top: 10px;
}

.replies {
    margin-top: 10px;
    padding-right: 20px;
    border-right: 2px solid #ddd;
}

.comment-dislike,
.comment-like {
    opacity: 0.7;
    transition: all 0.1s ease-in;
    cursor: pointer;
}

    .comment-like:hover {
        opacity: 1;
        color: var(--color-1);
    }

    .comment-dislike:hover {
        opacity: 1;
        color: var(--color-2);
    }

.comment-like {
    color: gray;
}

    .comment-like span,
    .comment-dislike span {
        font-size: 14px;
    }

.comment-dislike {
    color: gray;
}

@media(max-width:756px) {
    .p-sm-0 {
        padding: 0;
    }
}

.btn-send {
    background-color: var(--color-1);
    border: 1px solid var(--color-1);
    color: white;
    transition: all 0.2s ease-in-out;
}

    .btn-send:hover {
        background-color: transparent;
        color: var(--color-1);
        border: 1px solid var(--color-1);
    }

.show-btn {
    background-color: transparent;
    color: var(--color-1);
    border: 1px solid var(--color-1);
    transition: all 0.2s ease-in-out;
}

    .show-btn:hover {
        background-color: var(--color-1);
        border: 1px solid var(--color-1);
        color: white;
    }

.star-rating .fa-star {
    font-size: 2rem;
    color: #ccc;
    cursor: pointer;
    transition: color 0.2s;
}

    .star-rating .fa-star.hovered,
    .star-rating .fa-star.selected {
        color: gold;
    }

#submit-rating {
    display: none;
    margin-top: 20px;
}

.prof-border {
    border: 2px solid var(--color-l1-d2);
}

.prof-size {
    font-size: 19px;
    color: var(--color-l1-d2);
}

textarea:focus {
    outline: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
    border-color: var(--color-1) !important;
}

@media(min-width:768px) {
    .pr-lg-0 {
        padding-right: 0;
    }

    .pl-lg-0 {
        padding-left: 0;
    }
}

.custom-theme-toggle {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
}

    .custom-theme-toggle input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.custom-slider {
    background-color: #ffffff26;
    border: 1px solid var(--color-1);
    border-radius: 34px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5px;
    height: 100%;
    transition: background-color 0.3s ease;
    position: relative;
}

    .custom-slider i {
        color: var(--color-1);
        font-size: 16px;
        z-index: 1;
    }

    .custom-slider::before {
        content: "";
        position: absolute;
        height: 24px;
        width: 24px;
        left: 3px;
        bottom: 3px;
        background-color: var(--color-1);
        border-radius: 50%;
        transition: transform 0.3s ease;
        z-index: 0;
    }

#toggle-theme:checked + .custom-slider {
    background-color: #4c4c4c;
}

    #toggle-theme:checked + .custom-slider::before {
        transform: translateX(30px);
    }

.btn-close {
    color: var(--color-1) !important;
}

/* login */
.page-container2 {
    min-height: 620px;
    align-items: center;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    cursor: default;
    background-color: var(--color-l1-d2);
    border-color: var(--color-l1-d2);
}

/* neeeeeeeeeeeeeeeeeeeeeeeew */
.title-mark {
    display: inline-block;
    line-height: 0;
    padding-top: 6px !important;
    padding-bottom: 0.8em;
    background: rgb(255 159 21 / 59%);
    ;
}

/* new section */
.new-section-container {
    border-radius: 32px;
    background: rgba(4, 10, 31, .87);
    padding: 64px 56px;
    margin: 0 auto;
    color: #fff;
    display: flex;
    align-items: center;
    position: relative;
}

@media (max-width: 769px) {
    .new-section-container {
        padding: 30px 35px;
    }
}

.floating-img {
    position: absolute;
    top: -40px;
    right: 80px;
    width: 100%;
    max-width: 250px;
    animation: floating 3s ease-in-out infinite;
}

.floating-img2 {
    width: 100%;
    max-width: 250px;
    margin-top: -60px;
}

.text-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.new-section-title {
    font-size: 33px;
    line-height: 1.68;
    letter-spacing: 0.15%;
    text-align: center;
    color: rgba(255, 255, 255, 0.74);
}

.new-section-subtitle {
    font-size: 19px;
    line-height: 1.7;
    letter-spacing: 0.1%;
    text-align: center;
    color: rgb(255, 255, 255);
}

@media(min-width:992px) {
    .mt-lg-5 {
        margin-top: 8rem !important;
    }
}

.go-button2 {
    width: fit-content;
    color: rgba(255, 255, 255, 1);
    background-color: var(--color-2);
    font-size: 16px;
    border-radius: 8px;
    padding: 8px 19px;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
}

/* download */
.section1-title {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 35px;
    color: #4a4a4a;
}

@media (max-width: 850px) {

    .section1-title {
        font-size: 29px;
    }
}

.download-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 90px;
}

.new-section-titles {
    font-weight: bold;
    font-size: 16px;
    display: inline;
    color: var(--color-l1-d2);
}

.download-description {
    font-size: 14px;
    line-height: 1.71;
    color: rgba(4, 10, 31, 0.6);
}

.download-img {
    animation: floating 3s ease-in-out infinite;
    width: 80%;
}

@keyframes floating {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

.go-button {
    width: fit-content;
    color: rgba(255, 255, 255, 1);
    background-color: var(--color-l1-d2);
    font-size: 16px;
    border-radius: 8px;
    padding: 8px 19px;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
}

@media (max-width: 769px) {
    /* .download-container {
        align-items: center;

    } */

    .download-description {
        text-align: center;
    }

    .width-100-s {
        width: 100%;
        text-align: center;
    }
}

/* numbers */
.number-container {
    background: var(--color-white);
    box-shadow: rgba(203, 219, 255, 0.3) 0px 4px 36px;
    border-radius: 20px;
    width: 80%;
    height: 298px;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0px 25px;
    gap: 12px;
    text-align: center;
}

    .number-container lottie-player {
        width: 100px;
        height: 100px;
        margin: 0 auto 10px;
    }

    .number-container dotlottie-player {
        width: 100px;
        height: 100px;
        margin: 0 auto 10px;
    }

.number {
    font-size: 28px;
    font-weight: bold;
    color: var(--story-title);
}

.description {
    color: #666;
    line-height: 1.6;
}

.ball {
    position: absolute;
    border-radius: 100%;
    opacity: 0.6;
}

.ball-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    pointer-events: none;
    z-index: -10;
}
