/* استایل دکمه‌های اسلایدر */
.slider_home .slick-prev,
.slider_home .slick-next {
    width: 50px;
    height: 50px;
    z-index: 10;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.slider_home .slick-prev:hover,
.slider_home .slick-next:hover {
    background: rgba(255, 255, 255, 0.7);
}

.slider_home .slick-prev {
    left: 20px;
    right: auto;
}

.slider_home .slick-next {
    right: 20px;
}

.slider_home .slick-prev:before,
.slider_home .slick-next:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 24px;
    color: #333;
    opacity: 1;
}

/* آیکون‌های Font Awesome */
.slider_home .slick-prev:before {
    content: "\f060"; /* آیکون چپ */
}

.slider_home .slick-next:before {
    content: "\f061"; /* آیکون راست */
}
.banner_content {
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
}

.banner_content.topTitle {
    top: 20%;
    right: 5%;
    transform: translateY(-30%);
    color: var(--color-main);
    font-weight: bold;
    transition: all .3s ease-in 0s;
}

.productsRow .imageRow .position-absolute.top-50 {
    left: 50px;
}
.productsRow img {
    min-width: 245px;
}
.banner_item {
    background-color: var(--back-second);
    width: 100%;
    height: 100%;
}

.banner_item a {
    width: 100%;
    color: #22272f;
}

.transition-3 {
    transition: all .3s ease-out 0s
}

.fix {
    overflow: hidden;
}

.banner_thumb {
    max-width: 100px;
    max-height: inherit;
}

.banner_thumb a {
    display: block;
}

.banner_item:hover .banner_content {
    top: 65%;
    font-size: 14px;
}

.banner_item:hover .topTitle.banner_content {
    top: 60px;
    right: 20px;
    font-size: 18px;
    transition: all .3s ease-out 0s;
}

.banner_item img.topBoxImage {
    border: 0px solid transparent;
    transition: all .2s ease-in 0s;
}

.banner_item:hover img.topBoxImage {
    transform: scale(1.01);
    transition: all .5s ease-out 0s;
    border: 1px solid black;
}

.banner_inner:before {
    position: absolute;
    content: "";
    top: -20px;
    left: -20px;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    background: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.banner_inner .row > * {
    flex: 1 1 190px;
}

.catImg > * {
    flex: 1 1 180px;
}

.catImg .overflow-hidden {
    height: 100%;
}

.catImg img {
    height: 100%;
    object-fit: cover;
}

.mt--75 {
    margin-top: -75px;
}

.mt--60 {
    margin-top: -60px;
}

.banner_content a {
    color: var(--color-font-main);
    text-decoration: none;
}

.banner_content a:hover {
    color: var(--color-third);
}

.banner_content h5 {
    font-size: 14px;
}

.banner_content p {
    margin-bottom: 0;
}

.text-center {
    overflow: hidden;
}

.row-title div:after, .row-title div:before {
    content: '';
    color: lightgray;
    position: absolute;
    top: 50%;
    border-bottom: 2px solid;
    width: 591px; /* half of limiter*/
    margin: 0 20px;
    transition: all 0.3s ease-out;
}

.productsRow:hover .row-title div:after, .productsRow:hover .row-title div:before {
    color: var(--color-forth);
    transition: all 0.5s ease-in-out;
}

.row-title > div:before {
    right: 100%;
}

.row-title > div:after {
    left: 100%;
}

.row-title p {
    margin-top: -8px;
}

@media (min-width: 577px) and (max-width: 880px) {
    .banner_inner.mt--60 {
        margin-top: -30px;
    }
}

@media (max-width: 576px) {
    .banner_inner:before {
        top: 0px;
        left: 0px;
        width: 100%;
    }

    .banner_inner.mt--60 {
        margin-top: -10px;
    }

    .banner_inner.mt--75 {
        padding: 5px;
    }
}

.product_image_box span {
    max-width: 90%;
    box-shadow: 0 0 3px 1px gray;
    bottom: -5px;
    transition: all 0.2s ease-out;
}

.product_box:hover span {
    scale: 1.05;
    box-shadow: 0 0 3px 2px var(--color-main);
    color: var(--color-third);
    font-weight: bold;
    font-size: 14px;
    transition: all 0.4s ease-in-out;
}

i.fa-solid.fa-arrow-left, i.fa-solid.fa-arrow-right {
    top: 40%;
    z-index: 2;
    cursor: pointer;
    width: 25px;
    height: 35px;
    background-color: var(--color-main);
    color: white;
}

i.fa-solid.fa-arrow-left.slick-disabled, i.fa-solid.fa-arrow-right.slick-disabled {
    cursor: inherit;
    background-color: gray;

}

.row-product:hover i {
    background-color: var(--color-third);
    transition: all 0.5s ease-in-out;
}

.productsRow:nth-child(2n+1) {
    background-color: var(--back-second);
}

.os-btn {
    font-weight: 600;
    height: 50px;
    width: 100%;
    line-height: 46px;
    border: 2px solid #ebebeb;
    color: #323232;
    z-index: 1;
    font-size: 12px;
}

.os-btn:hover {
    color: #fff;
    border-color: var(--color-third);
}

.os-btn:hover span {
    color: #fff;
}

.os-btn:hover:after {
    height: 100%;
}

.os-btn:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: var(--color-forth);
    z-index: -1;
    transition: all .3s ease-out 0s;
}

.imageRow .d-inline-block img {
    transition: all .2s ease-in;
}

.imageRow :hover .d-inline-block img {
    transform: scale(1.1);
    transition: all .3s ease-out;
}

.imageRow .oneBanner i {
    z-index: 1;
}

.imageRow .oneBanner .oneImg i {
    transition: all 0.3s ease-out;
}

.imageRow .oneBanner .oneImg:hover i {
    color: var(--color-main) !important;
    transform: scale(1.05);
    transition: all 0.3s ease-out;
}

.swal2-html-container {
    margin: 5px 5px 0 5px !important;
}

.brandslide img {
    height: 85px;
    width: 140px;
    object-fit: contain;
    margin: auto;
    display: inherit !important;
}

.topBoxImage {
    object-fit: cover;
    height: 150px;
}

.indexSvg svg {
    height: 65px;
    fill: var(--color-main);
    width: auto !important;
}

.svgSide .title {
    color: #572a83;
    font-weight: 500;
}

.svgSide .desc {
    color: var(--color-forth);
    font-size: 11px;
    padding: 0 15px 0 15px;
}


.svgSide .secondTitle {
    font-size: 18px;
    color: var(--color-font);
}

.svgSide .svgDesk {
    color: var(--color-font-second);
    font-size: 14px;
}

.cursor-pointer {
    cursor: pointer;
}

.parallax {
    background-position: top center;
    background-attachment: fixed;
    background-size: cover;
}
.boxBanner{
    left: 30px;
}
.imageRow .boxBanner.position-absolute.top-50.translate-middle-y.transition-3 {
    background-color: #ffffffc7;
    padding: 10px;
    border-radius: 15px;
    min-width: 150px;
}
.boxPay{
    border: 1px solid rgba(221, 221, 221, .5);
    box-shadow: 0 4px 4px #00000040;
    border-radius: 5px;
}

.boxPay h3:after {
    display: block;
    content: "";
    width: 260px;
    margin-top: 3px;
    height: 2px;
    background-color: #ff7c00;
}
#productsMain .prdmain {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%);
    color: #fd9c6b;
    font-size: 30px;
    background-color: #2e3192;
    width: 100%;
    height: 20%;
    margin: auto;
    opacity: 0.6;
    padding-top: 10px;
}
.card-body footer a {
    color: white;
}

#productsMain .card.shadow {
    transition: all 0.3s ease-in-out;
    min-height: 300px;
    transform: translateY(0);
}

#productsMain .card.shadow:hover {
    box-shadow: 2px 0.5rem 0.5rem 5px rgba(0, 0, 0, 0.15) !important;
    transform: translateY(-3px);
}
.client-message{
    background-color: var(--color-main);
}
#productsMain .card.shadow img {
    min-height: 150px;
    object-fit: cover;
}
/************  count down  ***************/
.countdown-container {
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    margin: 0 auto;
}

.countdown-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    min-width: 80px;
}

.countdown-value {
    font-size: 2.5rem;
    font-weight: bold;
    color: #e63946;
}

.countdown-label {
    font-size: 1rem;
    color: #6c757d;
    margin-top: 5px;
}

.start-date {
    color: #6c757d;
    font-size: 0.9rem;
    margin-top: 10px;
}

.inactive-plan {
    font-size: 1.2rem;
    color: #6c757d;
    padding: 20px;
}
/************  //count down  ***************/
