/*.loop-product-card {*/
/*    height: fit-content;*/
/*    overflow: hidden; !* جلوگیری از نمایش محتویات اضافی *!*/
/*}*/

/*.card-img-top {*/
/*    max-height: 100px; !* محدود کردن ارتفاع تصاویر *!*/
/*    object-fit: cover; !* تنظیم تناسب تصویر *!*/
/*}*/

/* تنظیمات اختصاصی برای خطوط مستطیلی */
.swiper-pagination {
    position: relative !important;
    bottom: 10px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 5px !important;
}

.swiper-pagination-bullet {
    width: 30px !important; /* طول خط */
    height: 3px !important; /* ضخامت خط */
    background-color: #9c0f48 !important; /* رنگ خطوط */
    border-radius: 0 !important; /* حذف گردی */
    opacity: 0.4 !important; /* شفافیت پیش‌فرض */
    transition: opacity 0.3s !important;
    margin-bottom: 24px!important;
}

.swiper-pagination-bullet-active {
    opacity: 1 !important; /* شفافیت خط فعال */
    background-color: #9c0f48 !important; /* رنگ خط فعال */
}


@media (min-width: 1400px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1450px;
    }
}

@media (max-width: 768px) {
}

/* ته استایل مهم */
/* شروع هدر */
header {
    z-index: 100;
    position: relative;
}

.topbar-header {
    background-color: #fcf4e9;
}

/* .main-menu {
    width: 100%;
  } */
.logo-section img {
    width: 100px;
}

/* استایل برای باز شدن منو و تب‌ها با هاور */
/* استایل برای باز شدن منو و تب‌ها با هاور */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs1 .nav-item {
    display: block !important;
}

.nav-tabs1 .nav-item .nav-link {
    width: 100% !important;
}

.tab-content {
    display: flex;
}

.nav-tabs1 {
    /*flex-direction: column !important;*/
    /*width: 150px !important;*/
}

#theme-main .dropdown-menu {
    width: 1000px;
    right: -50%;
}

/* تنظیم جهت راست به چپ برای فارسی */
body {
    direction: rtl;
}

/* استایل برای 12 لینک در 3 ردیف 4 تایی */
.tab-pane .row {
    display: flex;
    flex-wrap: wrap;
}

.tab-pane .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

/* افکت fade-in */
.tab-pane {
    opacity: 0;
    transition: opacity 0.4s ease;
}

.tab-pane.show {
    opacity: 1;
}

/* استایل پیش‌فرض برای تب‌ها */
.nav-tabs1 .nav-link {
    background-color: #fcf4e9;
    color: black;
    transition: background-color 0.3s ease, color 0.3s ease;
    border-radius: 0;
    font-size: 15px;
    line-height: 1.8em;
}

/* استایل برای تب فعال */
.nav-tabs1 .nav-link.active {
    background-color: #9c0f48 !important;
    color: white !important;
}

/* استایل هنگام هاور برای تب‌ها */
.nav-tabs1 .nav-link:hover {
    background-color: #9c0f48 !important;
    color: white !important;
}

.tab-pane .row a {
    text-decoration: none;
    color: rgb(59, 59, 59);
    font-weight: 400;
    transition: all 0.5s ease;
    margin-right: 0px;
}

.tab-pane .row a:hover {
    text-decoration: none;
    color: #9c0f48;
    transition: all 0.5s ease;
    margin-right: 5px;
}


.nav-tab-title a {
    font-weight: bold !important;
    font-size: 15px;
    border-color: #9c0f48 !important;
    color: #111 !important;
    text-decoration: none;
}

.nav-tab-title a::before {
    content: "";
    width: 12px;
    height: 5px;
    background-color: #9c0f48;
    border-radius: 500px;
    display: inline-block;
    position: relative;
    margin-left: 5px;
}

.row .list-link-on-tab {
    text-decoration: none;
    color: rgb(59, 59, 59);
    font-weight: 400;
    transition: all 0.5s ease;
    margin-right: 0px;
}
/*!* تغییر رنگ نوار زیر اسلایدر به مشکی *!*/
/*.carousel-indicators {*/
/*    background-color: black !important;*/
/*}*/

/* تغییر رنگ دکمه‌های Indicators به مشکی */
.carousel-indicators button {
    background-color: #9c0f48 !important;
}
.row .list-link-on-tab:hover {
    text-decoration: none;
    color: #9c0f48;
    transition: all 0.5s ease;
    margin-right: 5px;
}

.row .list-link-on-tab::before {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    position: relative;
    background-color: #9c0f48;
    border-radius: 500px;
    margin-left: 5px;
    margin-top: -5px;
}

@media screen and (max-width: 992px) {
    .nav-menu {
        display: none !important;
    }

    .menu-burgers svg,
    .user-mobile {
        display: block;
    }

    .search-icon,
    .user-desktop {
        display: none;
    }
}

@media screen and (min-width: 993px) {

    .menu-burgers svg,
    .user-mobile {
        display: none;
    }
}

/* پایان هدر */
/* شروع فوتر */
footer {
    width: 100%;
    display: flex;
    justify-content: center;
}

.dm-footer {
    width: 1300px !important;
    font-size: 13px;
}

.frist-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.frist-row .line {
    width: 100%;
}

.frist-row .logo-javaher {
    padding: 0px 15px;
    width: 13%;
}

.frist-row .logo-javaher img {
    width: 100%;
}

.second-row {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
}

.second-row .frist-column {
    width: 28%;
}

.second-row .second-column {
    width: 34%;
}

.second-row .third-column {
    width: 28%;
}

.second-row .frist-column p {
    text-align: right;
    font-size: 13px;
    font-weight: 400;
    line-height: 2.2em;
}

.second-row .frist-column img {
    fill: #911a56;
    width: 25px;
}

.second-column {
    display: flex;
    justify-content: space-around;
}

.second-column ul {
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0px;
}

.second-column li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.second-column li a {
    color: #9c0f48 !important;
    fill: #9c0f48;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
}

.second-row .third-column {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.second-row .third-column p {
    width: 100%;
}

.second-row .third-column p a {
    width: 100%;
    color: #9c0f48 !important;
    text-decoration: none;
}

.second-row .third-column .enamds {
    width: 45px;
    height: 100%;
    background-color: #fff;
    padding: 0px 5px;
    margin-top: 10px;
}

@media screen and (max-width: 992px) {
    .frist-row .logo-javaher {
        width: 70%;
    }

    .frist-row div {
        width: 100%;
    }

    .second-row {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        padding: 10px;
    }

    .second-row .frist-column {
        width: 100%;
    }

    .second-row .second-column {
        width: 100%;
        padding: 30px 0px 15px 0px;
    }

    .second-row .third-column {
        width: 100%;
    }
}

/* پایان فوتر */
/* دیزاین بادی سایت  */

/* -----سکشن یک----- */
.dm-slider {
    margin-top: 0;
}
@media screen and (max-width: 992px) {
    .dm-slider {
        margin-top: 0;
    }
}

.dm-slider .content-box {
    bottom: 20%;
    right: 5%;
    font-size: 30px;
    font-weight: bold;

}

@media screen and (max-width: 992px) {
    .carousel-item img {
        height: auto;
        object-fit: cover;
        object-position: 28%;
    }
}

.dm-banner-slider .carousel-inner {
    height: 650px;
    /* ارتفاع دلخواه */
}

.dm-banner-slider .carousel-inner img {
    object-fit: cover;
    object-position: 0 0px;
    height: 100%;
    width: 100%;
}

.carousel-control-prev,
.carousel-control-next {
    width: 5%;
}

@media screen and (max-width: 600px) {

    .carousel-control-prev,
    .carousel-control-next {
        width: 32px;
    }
}

.button-nav {
    width: 32px;
    height: 32px;
    background-color: #fff;
    border-radius: 100%;
    padding: 5px;
}

/* -----سکشن دو----- */
.category {
    height:226px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    color: #fff;
}

/*.no1 {*/
/*    background-image: url(img/img-cat/category-bracelets-01.webp);*/
/*}*/

/*.no2 {*/
/*    background-image: url(img/img-cat/category-earrings-01.jpg);*/
/*}*/

/*.no3 {*/
/*    background-image: url(img/img-cat/category-gold-set-01.webp);*/
/*}*/

/*.no4 {*/
/*    background-image: url(img/img-cat/category-neclaces-01.webp);*/
/*}*/

/*.no5 {*/
/*    background-image: url(img/img-cat/category-rings-01.jpg);*/
/*}*/

.category .cat-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.8em;
    color: white;
}

.category .sub-cat-title {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.8em;
    color: white;
}

.category .cat-icon img {
    background-color: #fff;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    padding: 5px;
}
@media screen and (max-width: 800px) {
    .category {
        height: 200px;
    }
    .category .cat-detail{
        align-items: flex-end !important;
    }
    .button-nav{
        height: auto !important;
    }
}
@media screen and (max-width: 600px) {
    .category .cat-icon img {
        padding: 3px;
        height: auto !important;
    }
}

.cat-detail {
    /* background-color: #ffffff50;
      backdrop-filter: blur(10px);
      border-radius: 15px; */
    padding: 0px;
    z-index: 5;
}

.category::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 60%;
    left: 0;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg,
    rgba(0, 0, 0, 0.35) 0%,
    rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
}

/* اسلایل کاروسل محصول */
.up-sells .title {
    font-size: 25px;
    font-weight: normal;
    color: rgb(156 15 72);
    line-height: 1.5em !important;
}

.up-sells .sub-title {
    font-size: 18px;
    font-weight: normal;
    color: #565656;
}

.loop-product-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

@media screen and (max-width: 600px) {
    .loop-product-card img {
        width: 100%;
        height: 280px;
        object-fit: contain;
    }

    .product4-Carousel-section .loop-product-card img {
        width: 100%;
        height: 160px;
        object-fit: contain;
    }

    .dm-product-loop .carousel-control-next span,
    .dm-product-loop .carousel-control-prev span {
        margin-top: 50px;
        height: auto !important;
    }

}

.loop-product-card .card-body .card-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8em;
    text-align: center;
}

.loop-product-card .card-body .card-text {
    font-size: 15px;
    line-height: 1.8em;
    color: #000000;
    text-align: center;
}

.loop-product-card .card-body .card-text del {
    font-size: 14px;
    line-height: 1.8em;
    color: #565656;
}

.dm-product-loop .carousel-control-next span,
.dm-product-loop .carousel-control-prev span {
    width: 32px;
    height: 32px;
    background-color: #fcf4e9;
    border-radius: 100%;
    padding: 5px;
    display: flex;
}

.dm-product-loop .carousel-control-next span {
    margin-left: -50px;
    margin-right: 50px;
}

.dm-product-loop .carousel-control-prev span {
    margin-right: -50px;
    margin-left: 50px;
}

@media screen and (max-width: 992px) {

    .dm-product-loop .carousel-control-next span {
        margin-left: 0px;
        margin-right: 0px;
    }

    .dm-product-loop .carousel-control-prev span {
        margin-right: 0px;
        margin-left: 0px;
    }
}

/* سکشن هات اسپات  */
.hotspot-container {
    position: relative;
    display: inline-block;
    padding-right:15px
}
.hotspot-container img {
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
    /*border-radius:15px ;*/
}
@media screen and (max-width: 992px) {
    .hotspot-container {
        padding-right: 0px !important;
    }
}

.main-image {
    width: 100%;
    height: auto;
    display: block;
}

/* هات‌اسپات‌ها */
.hotspot-section {
    position: relative;
    /* max-width: 800px; */
    margin: 0 auto;
}

.hotspot-container {
    position: relative;
    display: inline-block;
}

.main-image {
    width: 100%;
    height: 615px;
    display: block;
    object-fit: cover;
}

/* هات‌اسپات‌ها */
.hotspot {
    position: absolute;
    width: 23px;
    height: 23px;
    background-color: #fcf4e9;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 1;
}

/* انیمیشن موج */
.hotspot::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background-color: #fcf4e9;
    border-radius: 50%;
    animation: ripple 1.5s infinite;
    z-index: -1;
}

/* انیمیشن موج */
@keyframes ripple {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, -50%) scale(3);
        opacity: 0;
    }
}

/* Tooltip برای اطلاعات */
.hotspot::after {
    content: attr(data-info);
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #911a56;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.3s ease;
    font-size: 12px;
}

.hotspot:hover::after {
    opacity: 1;
}

.hotspot-section .second-column {
    padding: 0px 0px;
}

@media screen and (max-width: 992px) {

    .hotspot-section .second-column,
    .hotspot-section .frist-column {
        padding: 9px 0px !important;

    }
}

/* دیزاین باکس های راست هات اسپات */
.hotspot-section .box-sub-title {
    font-size: 14px;
    color: #565656;
    background-color: #fcf4e9;
    border-radius: 50px;
    padding: 3px 10px;
    margin-bottom: 10px;
    font-weight: normal;
    line-height: 1.8em;
}

.hotspot-section .box-title {
    font-size: 25px;
    color: #911a56;
    font-weight: bold;
    line-height: 2em;
}

.hotspot-section .box-description {
    font-size: 14px;
    color: #111;
    line-height: 1.8em;
    margin: 10px 0px;
}

.hotspot-section .box-btn {
    font-size: 14px;
    color: #fff;
    background: #911a56;
    border: none;
    padding: 8px 15px;
    margin-top: 10px;
}

.hotspot-section .frist-column .right-img-box::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(270deg, #ffffff00 45%, #fff 90%);
    pointer-events: none;
    z-index: 1;
}
.right-img-box{
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
    /*border-radius:15px ;*/
}

/* سکشن چهار لوگو و برندها */
.logo-brands {
    z-index: 0;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: row;
}

.logo-brands::after {
    content: "";
    width: 100px;
    height: 100%;
    position: absolute;
    left: 0;
    background-image: linear-gradient(90deg, #fff 20%, #ffffff00 100%);
    z-index: 1;
}

.logo-brands::before {
    content: "";
    width: 100px;
    height: 100%;
    position: absolute;
    right: 0;
    background-image: linear-gradient(270deg, #fff 20%, #ffffff00 100%);
    z-index: 1;
}

.logo-brands-icons .content {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 2000px;
}

.logo-brands-icons .duplicate {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 2000px;
}

.logo-brands .logo-brands-icons {
    display: flex;
    flex-direction: row;
    width: max-content;
    animation: scroll 15s linear infinite;
    width: 2000px;

}

.logo-brands .logo-brands-icons img {
    display: flex;
    flex-direction: row-reverse;
    padding: 10px 20px 10px 20px;
    white-space: nowrap;
    font-size: 18px;
    align-items: center;
    width: 200px !important;
    object-fit: contain;
}

@keyframes scroll {
    0% {
        transform: translateX(50%);
    }

    100% {
        transform: translateX(0%);
    }
}

/* سکشن انگشترهای پاریس */
.carousel-paris .dm-product-loop .carousel-control-next span {
    margin-left: 0px;
    margin-right: 0px;
}

.carousel-paris .dm-product-loop .carousel-control-prev span {
    margin-right: 0px;
    margin-left: 0px;
}

.carousel-paris .right-column img {
    top: -10px
}

/* دیزاین سکشن کالکشن پاریس */
.carousel-paris .paris-title {
    font-size: 30px;
    color: #111;
    font-weight: bold;
    line-height: 2em;
}

.carousel-paris .paris-subtitle {
    font-size: 17px;
    color: #111;
    font-weight: normal;
    line-height: 2em;
    margin: 0px;
}

.carousel-paris .paris-link {
    font-size: 18px;
    color: #911a56;
    font-weight: bold;
    line-height: 2em;
    text-decoration: none;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    padding: 5px 10px;
    margin-bottom: 5px;
}

.carousel-paris .right-column .inside-column::after,
.carousel-paris .right-column .inside-column::before {
    content: "";
    width: 2px;
    height: 35px;
    background-color: #911a5650;
    display: block;
    border-radius: 500px;
}

@media screen and (max-width: 992px) {
    .carousel-paris .left-column {
        padding: 10px 0px;
    }
}

/* دیزاین سکشن شانس */
.luck-collection {
    padding: 0px;
    margin-top: 120px;
    margin-bottom: 120px;
}

.luck-collection .luck-row {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* margin: 180px 0px 100px 0px; */
    padding: 0px;
}

.luck-collection .luck-row::after {
    content: "";
    background-color: #911a569a;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.luck-collection .luck-title {
    color: #fff;
    font-size: 20px;
    padding-bottom: 10px;
}

.luck-collection .frist-column,
.luck-collection .second-column,
.luck-collection .third-column {
    z-index: 3;
}

.luck-collection .luck-subtitle {
    color: #fff;
    font-size: 33px;
    font-weight: bold;
}

.luck-collection .second-column img {
    margin: -60px 0px;
}

.luck-collection .third-column {
    color: #fff;
    font-size: 50px;
    word-spacing: 1.5px;
}

@media screen and (max-width: 992px) {
    .luck-collection {
        padding: 0px;
        margin-top: 10px;
        margin-bottom: 0px;
    }

    .luck-collection .second-column img {
        margin: 5px 0px 15px 0px;
        width: 30% !important;
    }

    .luck-collection .frist-column {
        text-align: center;
    }

    .luck-collection .luck-row {
        margin: 0px;
        padding: 25px;
        background-position: 64%;
    }

    .luck-collection .luck-subtitle {
        color: #fff;
        font-size: 30px;
        font-weight: bold;
        line-height: 1.8em;
    }
}

/* شمارنده سکشن */
#future_date {
    display: flex;
    flex-direction: row-reverse;
    border-width: 0px;
    border-radius: 10px;
    background: #911a5600;
    /* backdrop-filter: blur(10px); */
    color: #fff;
    border-color: #fff;
    font-size: 30px;
}
@media screen and (max-width: 992px) {
    #future_date {
        display: flex
    ;
        flex-direction: row-reverse;
        border-width: 0px;
        border-radius: 10px;
        background: #911a5600;
        /* backdrop-filter: blur(10px); */
        color: #fff;
        border-color: #fff;
        font-size: 30px;
        justify-content: center !important;
    }
}

.displaySection .periodDisplay {
    font-weight: normal;
    font-size: 16px;
    color:white;
}

.displaySection {
    border-right: 0px;
}

.displaySection {
    margin: 0px 0px;
    background-color: #ffffff00;
    border-width: 0px 2px 0px 0px;
    border-color: #ffffff50;
    border-style: solid;
    /* border-radius: 10px; */
    padding: 0px;
}

.labelformat {
    width: 100%;
}

.timerDisplay {
    display: flex;
    /* text-align: center; */
    align-content: right;
    align-items: center;
    flex-direction: row-reverse;
}

/* استایل کاروسل دسته بندی */
.category-carousel {
    position: relative;

}

.category-carousel::after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #ffffff20;
    backdrop-filter: blur(3px);
}

.cattitle {
    font-size: 32px;
    font-weight: bold;
    color: rgb(156 15 72);
    line-height: 1.8em;
}

.catsub-title {
    font-size: 16px;
    font-weight: normal;
    color: #565656;
    line-height: 1.8em;
}

.swiper {
    width: 100%;
    /*height: 100%;*/
}

.mycats-Swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
    position: relative;
    margin: 0 auto;
    /* تنظیم فاصله اطراف */
}

.mycats-Swiper .swiper-slide::before {
    content: "";
    width: 100%;
    height: 50%;
    bottom: 0;
    position: absolute;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.678) 65%);
    z-index: 0;

}

.mycats-Swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cat-carousel-main .second-column .cats-title {
    font-size: 18px;
    font-weight: bold;
}

.cat-carousel-main .second-column .cats-subtitle {
    font-size: 15px;
    font-weight: normal;
    color: #911a56;
    border-bottom: 1px solid #911a56;
    padding: 5px 10px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    display: none !important;
}

.swiper-button-next,
.swiper-button-prev {
    width: 26px !important;
    height: 26px !important;
    background-color: #fcf4e9 !important;
    border-radius: 100% !important;
    padding: 5px !important;
    display: flex !important;
    opacity: 0.8 !important;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    opacity: 1 !important;
    transition: opacity ease 0.4s !important;
}

.swiper-pagination {
    position: relative !important;
    bottom: 10px !important;
    top: 5px !important;
    z-index: 10;
}

/*.swiper-pagination-bullet {*/
/*    background-color: #911a56;*/
/*    width: 30px;*/
/*    height: 3px;*/
/*    border-radius: 0;*/
/*}*/

@media screen and (max-width: 992px) {
    .cat-carousel-main .frist-column {
        text-align: center;
    }

    .category-carousel {
        padding: 10px 0px !important;
    }
}

/* سکشن تب سکه ها */
@media screen and (max-width: 992px) {
    .tabs-coin {
        flex-wrap: wrap !important;
        width: 100% !important;
    }

    .tabs-coin .nav-tabs1 {
        width: 100% !important;
        flex-wrap: wrap !important;
    }

    .nav-tabs1 .nav-item {
        padding: 0px !important;
    }

    .tabs-coin .nav-item button {
        padding: 8px 8px !important;
        font-size: 14px;
    }

    .coin-section .loop-product-card img {
        height: 160px !important;
    }
}

.tabs-coin {
    background-color: #fcf4e9 !important;
    border-radius: 500px !important;
    padding: 5px 3px;
}

.tabs-coin .nav-tabs1 {
    width: 600px;
    border-radius: 500px !important;
}

.tabs-coin .nav-link {
    border-radius: 500px !important;
}

.tabs-coin .nav-link:hover {
    background-color: #911a56;
    color: #fcf4e9;
    border-radius: 500px !important;
}

.tabs-coin .nav-link.active {
    background-color: #911a56;
    color: #fcf4e9;
    border-radius: 500px !important;
}

.tabs-coin .nav-link.active button {
    background-color: #ffffff00;
}

.swiper {
    width: 100%;
    overflow: hidden;
}

.swiper-wrapper {
    display: flex;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    box-sizing: border-box;
}

.tab-pane {
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.show-more-button {
    background-color: #911a56;
    color: #fcf4e9;
    border-radius: 500px !important;
    border: none;
    padding: 10px 25px 10px 18px;
}

.show-more-button svg {
    font-size: 20px;
    width: 20px !important;
    fill: #fff;
    margin-right: 10px;
    margin-bottom: 0;
    margin-top: 2px;
}

/* شروع دیزاین سفارش طلای سفارشی */
.Order-custom-gold {
    min-height: 33rem;
    max-height: 33rem;
}

.Order-custom-gold::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #212529;
    z-index: 2;
    opacity: 0.3;
}

.Order-custom-gold .box-content::after,
.Order-custom-gold .box-content::before {
    content: "";
    width: 2px;
    height: 40px;
    background-color: #fcf4e9c4;
    display: block;
    margin: 20px 0px;
}

.Order-custom-gold .box-content::after {
    margin-top: 35px;
}

.Order-custom-gold .title {
    font-weight: bold;
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 1.6em;
}

.Order-custom-gold .subtitle {
    font-weight: normal;
    color: #fff;
    font-size: 15px;
    margin: 15px 0px;
    text-align: center;
    line-height: 1.6em;
}

.Order-custom-gold .order-cta a {
    font-weight: normal;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    padding: 5px 5px 5px 5px;
    background: #ffffff00;
    transition: all ease 0.5s;
    text-align: center;
}

.Order-custom-gold .order-cta a:hover {
    color: #9c0f48;
    border-bottom: 1px solid #9c0f48;
    padding: 5px 5px 5px 5px;
    background: #ffffff;
    transition: all ease 0.5s;
}

@media screen and (max-width: 766px) {
    .Order-custom-gold .title {
        font-size: 24px;
    }

    .Order-custom-gold .subtitle {
        font-size: 14px;
    }

    .Order-custom-gold .order-cta a {
        font-size: 14px;
    }

    .Order-custom-gold {
        min-height: 22rem;
        max-height: 22rem;
    }

    .Order-custom-gold video {
        position: absolute;
        top: 0;
        height: 100%;
    }

    .Order-custom-gold .box-content::after,
    .Order-custom-gold .box-content::before {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .Order-custom-gold video {
        margin-top: 0px;
        position: absolute;
        top: 0;
        width: 100%;
    }
}


/* شروع دیزاین سکشن سنگ ها */
.gemstone .frist-column .title {
    color: #911a56;
    font-weight: bold;
    font-size: 22px;
}

.gemstone .frist-column .sub-title {
    font-size: 16px;
    font-weight: normal;
    color: #565656;
}

.gemstone .frist-column .show-more-stone {
    background-color: #fff;
    color: #911a56;
    fill: #911a56;
    border-bottom: 1px solid #911a56;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 8px 15px 8px 10px;
}

.gemstone .frist-column .show-more-stone svg {
    width: 20px;
    margin-right: 10px;
}

/* موبایل */
@media screen and (max-width: 600px) {
    .gemstone .frist-column .title {
        text-align: center;
        width: 100%;
    }

    .gemstone .frist-column .sub-title {
        text-align: center;
        width: 100%;
    }

    .gemstone .frist-column .show-more-stone {
        text-align: center;
    }

    .gemstone .frist-column {
        align-items: center !important;
    }

    .gemstone .second-column .swiper-button-next {
        margin-left: -10px;
        margin-right: 10px;
    }

    .gemstone .second-column .swiper-button-prev {
        margin-left: 10px;
        margin-right: -10px;
    }
}

.gemstone .second-column .stone-title {
    color: #911a56;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.8em;
    margin-top: 10px;
}

.gemstone .second-column .stone-subtitle {
    color: #565656;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.8em;
}

.gemstone .second-column .stone-img {
    margin: 0px 50px;
    border-radius: 15px;
    width: 60% !important;
}

.gemstone .second-column .stone-box {
    background-color: #fff;
    border-radius: 15px;
    padding: 10px;
    transition: all ease 0.5s;
}

.gemstone .second-column .stone-box:hover {
    background-color: #fcf4e9;
    border-radius: 15px;
    padding: 10px;
    transition: all ease 0.5s;
}

/* استایل طلا تا چند میلیون  */
.min-max-gold {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    overflow: hidden;
    flex-wrap: nowrap;
}

.min-max-gold .box1,
.min-max-gold .box2,
.min-max-gold .box3,
.min-max-gold .box4 {
    flex: 0 0 24%;
    height: 270px;
    transition: flex 0.3s ease;
    position: relative;
    padding: 25px;
    overflow: hidden;
}

.min-max-gold .tachand::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-image: linear-gradient(90deg, #ffffff00 45%, #fcf4e9 80%);
    transition: all ease 0.5s;
}

.min-max-gold .box1:hover,
.min-max-gold .box2:hover,
.min-max-gold .box3:hover,
.min-max-gold .box4:hover {
    flex: 0 0 30%;
}

.min-max-gold .box1:hover ~ .box2,
.min-max-gold .box1:hover ~ .box3,
.min-max-gold .box1:hover ~ .box4,
.min-max-gold .box2:hover ~ .box3,
.min-max-gold .box2:hover ~ .box4,
.min-max-gold .box3:hover ~ .box4 {
    flex: 0 0 calc((100% - 30%) / 3);
}

.min-max-gold .box2:hover ~ .box1,
.min-max-gold .box3:hover ~ .box1,
.min-max-gold .box3:hover ~ .box2,
.min-max-gold .box4:hover ~ .box1,
.min-max-gold .box4:hover ~ .box2,
.min-max-gold .box4:hover ~ .box3 {
    flex: 0 0 calc((100% - 30%) / 3);
}

.min-max-gold:hover {
    overflow: hidden;
}

.min-max-gold .box1:hover,
.min-max-gold .box2:hover,
.min-max-gold .box3:hover,
.min-max-gold .box4:hover {
    z-index: 2;
}

.min-max-gold .title {
    font-size: 27px;
    font-weight: normal;
    line-height: 1.8em;
    padding: 5px 8px 5px 5px;
    z-index: 5;
    transform: rotate(-90deg);
    margin-right: -70px;
    margin-left: 100px;
    border-bottom: 2px solid #ffffff00;
    transition: all ease 0.5s;
    word-spacing: 0.15em;
}

.tachand:hover .title {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.8em;
    padding: 5px 8px 5px 5px;
    z-index: 5;
    transform: rotate(-90deg);
    margin-right: -40px;
    margin-left: 100px;
    border-bottom: 2px solid #9c0f48;
    transition: all ease 0.5s;
}

.cta-box {
    color: #911a56;
    font-size: 14px;
    border-bottom: 1px solid #911a56;
    padding: 5px 8px 5px 5px;
    z-index: 5;
}

.cta-box img {
    width: 18px;
    margin-right: 10px;
}

/* تبلت */
@media screen and (max-width: 1400px) {
    .min-max-gold {
        flex-wrap: wrap !important;
        justify-content: space-between !important;
        gap: 0px;
    }

    .min-max-gold .box1,
    .min-max-gold .box2,
    .min-max-gold .box3,
    .min-max-gold .box4 {
        flex: 0 0 49.4% !important;
        height: 250px;
        padding: 10px;
        transition: flex 0.3s ease;
    }

    .min-max-gold .box1:hover,
    .min-max-gold .box2:hover,
    .min-max-gold .box3:hover,
    .min-max-gold .box4:hover {
        flex: 0 0 49.4% !important;
    }

    .min-max-gold .box1:hover ~ .box2,
    .min-max-gold .box1:hover ~ .box3,
    .min-max-gold .box1:hover ~ .box4,
    .min-max-gold .box2:hover ~ .box3,
    .min-max-gold .box2:hover ~ .box4,
    .min-max-gold .box3:hover ~ .box4 {
        flex: 0 0 49.4% !important;
    }

    .min-max-gold .title {
        font-size: 25px;
        font-weight: normal;
        line-height: 1.8em;
        padding: 5px 8px 5px 5px;
        z-index: 5;
        transform: rotate(-90deg);
        margin-right: -20px;
        margin-left: 100px;
        border-bottom: 2px solid #ffffff00;
        transition: all ease 0.5s;
    }
}

/* موبایل */
@media screen and (max-width: 800px) {
    .tachand-section {
        display: flex;
        justify-content: center;
    }

    .min-max-gold {
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 10px;
    }

    .min-max-gold .box1,
    .min-max-gold .box2,
    .min-max-gold .box3,
    .min-max-gold .box4 {
        flex: 0 0 100% !important;
        height: 250px;
        padding: 10px;
        transition: flex 0.3s ease;
    }

    .min-max-gold .box1:hover,
    .min-max-gold .box2:hover,
    .min-max-gold .box3:hover,
    .min-max-gold .box4:hover {
        flex: 0 0 100% !important;
    }

    .min-max-gold .box1:hover ~ .box2,
    .min-max-gold .box1:hover ~ .box3,
    .min-max-gold .box1:hover ~ .box4,
    .min-max-gold .box2:hover ~ .box3,
    .min-max-gold .box2:hover ~ .box4,
    .min-max-gold .box3:hover ~ .box4 {
        flex: 0 0 100% !important;
    }

    .min-max-gold .title {
        font-size: 25px;
        font-weight: normal;
        line-height: 1.8em;
        padding: 5px 8px 5px 5px;
        z-index: 5;
        transform: rotate(-90deg);
        margin-right: -40px;
        margin-left: 100px;
        border-bottom: 2px solid #ffffff00;
        transition: all ease 0.5s;
    }
}

/* هدایای سازمانی و مدیریتی */
.gift-section .content-box .title {
    font-size: 35px;
    margin: 5px 0px 10px 0px;
}

.gift-section .content-box .subtitle {
    font-size: 18px;
    color: #565656;
}

.gift-section .content-box .cta-link {
    font-size: 18px;
    background-color: #9c0f48;
    color: #fff;
    padding: 7px 20px;
}

.gift-section .left-column .left-image {
    position: relative;
}

.gift-section .left-column .left-image::after {
    content: "";
    background-color: #111;
    opacity: 0.2;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;

}

.gift-section .left-column .content-box .title {
    color: #fff;
}

.gift-section .left-column .content-box .subtitle {
    color: #fff;
}

@media screen and (max-width: 992px) {
    .gift-section .content-box .title {
        font-size: 22px;
    }

    .gift-section .content-box .subtitle {
        font-size: 15px;
    }

    .gift-section .content-box .cta-link {
        font-size: 15px;
    }

    .content-box {
        right: 20px !important;
    }

    .gift-section .right-column .content-box {
        top: 20px !important;
    }
}

/* دیزاین سکشن افتخارات */
.Honors .img-left {
    height: 545px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 500px 500px 0px 0px;
}

.arc-text-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 230px;
    overflow: visible;
    /* جلوگیری از برش متن */
}

text {
    font-size: 22px;
    fill: #ffffffc1;
    font-weight: normal;
}

.Honors .img-left .box {
    padding-top: 20px;
    padding-bottom: 12px;
}

.Honors .subtitle {
    font-size: 17px;
    color: #911a56;
    background-color: #fcf4e9;
    padding: 8px 15px;
}

.Honors .title {
    font-size: 30px;
    color: #9c0f48;
    line-height: 2em;
    font-weight: bold;
}

.Honors .description {
    font-size: 16px;
    color: #565656;
    line-height: 2em;
}

.about-cta {
    background-color: #9c0f48;
    color: #fff;
    text-decoration: none;
    padding: 8px 25px;
    border-radius: 5px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.icon-cta {
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 7px 9px;
    border-radius: 5px;
    border: 1px solid #9c0f48;
    fill: #9c0f48;
}

@media screen and (max-width: 992px) {
    .Honors {
        position: relative;
    }

    .Honors .mainbox {
        justify-content: center !important;
    }

    .Honors img.gol {
        width: 200px !important;
        top: 100px;
        opacity: 0.5;
    }

    .Honors .img-left {
        height: 400px;
        background-image: url(img/eftekharat.jpg);
    }
}
/*شمارنده*/
.countdown-item {
    display: inline-block;
    padding: 0 10px; /* فضای داخلی */
    text-align: center; /* وسط چین کردن */
}

.countdown-item .value {
    font-size: 200%; /* اندازه فونت اعداد */
    font-weight: bold;
    display: block;
}

.countdown-item .label {
    font-size: 16px; /* اندازه فونت برچسب‌ها */
    color: rgba(255, 255, 255, 0.8); /* رنگ متنی */
}

.countdown-item:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.5); /* خط شفاف و باریک */
    margin-right: 10px; /* فاصله بین آیتم‌ها */
}
/* پایان دیزاین */

.woocommerce-Price-amount span {
    font-weight: normal !important;
    font-size: 13px !important;
    color: var(--bs-primary) !important;
}
.woocommerce-Price-amount {
    font-weight: normal !important;
    display: flex
;
    font-size: 19px;
    color: var(--bs-primary) !important;
}
@media screen and (min-width: 993px) {
    .countdowntimer .countdown-item{
        width: 20%;
    }
}
@media screen and (max-width: 992px) {
    .countdowntimer .countdown-item{
        width: 20%;
        margin: 0;
    }
    #future_date{
        font-size: 17px !important;
    }
}
/*عکس کاروسل به راست حرکت کنه*/
.carousel-inner {
    direction: rtl !important; /* اطمینان از اینکه کروسل به درستی کار می‌کند */
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-size: contain;
}

.scrollable-box {
    width: 100%; /* عرض کامل */
    height: 300px; /* ارتفاع ناحیه اسکرول */
    overflow-y: scroll; /* اسکرول عمودی */
    padding: 20px; /* فضای داخلی */
    background-color: #f9f9f9; /* رنگ پس‌زمینه */
    border: 1px solid #ddd; /* حاشیه */
    border-radius: 8px; /* گوشه‌های گرد */
    font-size: 16px; /* اندازه فونت */
    line-height: 1.6; /* فاصله بین خطوط */
}

/*استایل سکشن دوم استوری*/
.mobile-story-section {
    background-color: #fff;
    width: 100%;
    overflow: hidden;
}

.mobile-story-section .story-container {
    overflow-x: auto;
    -ms-overflow-style: none;  
    scrollbar-width: none;  
}

.mobile-story-section .story-container::-webkit-scrollbar {
    display: none;
}

.mobile-story-section .story-item {
    min-width: 72px;
    cursor: pointer;
}

.mobile-story-section .story-ring {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    padding: 2px;
}

.mobile-story-section .active-ring {
    background: linear-gradient(45deg, #9c0f48, #ff4b94);
}

.mobile-story-section .inactive-ring {
    background: #e0e0e0;
}

.mobile-story-section .active-gold {
    background-color: #f7ebc5 !important;
}

.mobile-story-section .active-silver {
    background-color: #dfdede !important;
}

.mobile-story-section .story-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #fff;
    padding: 7px;
}

.mobile-story-section .story-title {
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap;
}

.mobile-story-section .disabled-story {
    cursor: not-allowed;
}

.mobile-story-section .disabled-story .story-img {
    /*filter: grayscale(100%);*/
    opacity: 1;
}

.mobile-story-section .badge-soon {
    position: absolute;
    bottom: 22px;
    background-color: #4a4a4a;
    color: #fff;
    font-size: 9px;
    font-weight: 500;
    padding: 2px 6px;
    border-radius: 10px;
    border: 1px solid #fff;
    white-space: nowrap;
    z-index: 2;
}
/*پایان استایل سکشن استوری*/