:root {
    --Primary-500: #123B5A;
    --Primary-50: #EAF3FB;
}

body {
    margin: 0 !important;
    padding: 0;
    font-family: IRANYekanXFaNum  !important;
}

.limit-line-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.limit-line-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.limit-line-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.limit-line-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.limit-line-5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.limit-line-6 {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*.my-radial-gradient {*/
/*    background: radial-gradient(circle, #C7E9D8, #93BFA5);;*/
/*}*/
.image-box .img-1,
.image-box .img-2,
.image-box .img-3,
.image-box .img-4 {
    transition: transform 0.5s ease, filter 0.5s ease, scale 0.5s ease, left 0.5s ease, top 0.5s ease;
}

/* حالت عادی */
.image-box img {
    max-height: 29rem;
}
.image-box .img-1 {
    scale: 1;
}
.image-box .img-2 {
    scale: 1;
    z-index: 2;
}
.image-box .img-3 {
    scale: 1;
}
.image-box .img-4 {
    scale: 0.5;
    z-index: 0;
    position: absolute;
    top: 82%;
    left: 46%;
    transform: translate(-50%, -50%);
}
.bg-dash1:after{
    content:'';
    width: 430px;
    height: 430px;
    opacity: 1;
    background-color: #F1B0364D; /* یا rgba معادل: rgba(241, 176, 54, 0.6) */
    filter: blur(410px);
    transform: rotate(0deg);
    position: absolute;
    right: 20%;
    top: 20rem;
    z-index: -1;
}
.bg-dash1:before{
    content:'';
    width: 292px;
    height: 292px;
    opacity: 1;
    background-color: #F1F13680;
    filter: blur(140px);
    position: absolute;
    left: 35%;
    top: 15rem;
    z-index: -2;
}
.bg-dash2{

}

.navigation.pagination .page-numbers{
    background: #fff;
    padding: 0.3rem 0.7rem;
    border-radius: 0.5rem;
}
.navigation.pagination .page-numbers.current{
    background: #081C2B;
    color: white;
    font-weight: 700;
}

.product-card{
    transition: all 0.3s ease;
}
.product-card .cover{
    transition: all 0.3s ease;
}
.product-card:hover img{
    scale: 1.2;
    transform: rotate(10deg);
    left: 45%;
    transition: all 0.3s ease;
}
.product-card:hover .cover{
    background: #EAF3FB;
}
/* حالت هاور */
.image-box:hover .img-1 {
    transform: rotate(10deg) scale(1);
    filter: blur(4px);
}
.image-box:hover .img-2 {
    transform: rotate(-4deg) scale(1.2);
}
.image-box:hover .img-3 {
    transform: rotate(-10deg) scale(1);
    filter: blur(4px);
}
.image-box:hover .img-4 {
    transform: translate(-50%, -50%) scale(3);
    left: 51%;
    top: 80%;
    scale: 0.95;
    z-index: 1;
}
@media (max-width: 1000px) {
    .image-box img {
        max-height: 20rem;
    }
    .image-box .img-4 {
        top: 75%;
        left: 40%;
    }
    .image-box:hover .img-4 {
        left: 44%;
        top: 73%;
        scale: 0.8;
    }
}
@media (max-width: 400px) {
    .image-box img {
        max-height: 15rem;
    }
    .image-box .img-4 {
        top: 75%;
        left: 37%;
        width: 0;
    }
    .image-box:hover .img-4 {
        left: 38%;
        top: 73%;
        scale: 0.7;
        width: auto;
    }
}
.bg-gradient-section-two{
    background: #FFD14D;
    background: linear-gradient(180deg, rgba(255, 209, 77, 1) 0%, rgba(255, 206, 143, 1) 33%, rgba(226, 255, 153, 1) 69%, rgba(234, 243, 251, 1) 100%);
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    left: 50%;
    width: auto;
    padding-inline: 1rem;
    padding-block: 0.9rem;
}
.swiper-pagination-bullet-active{
    background: var(--Primary-500) !important;
    width: 22px;
    border-radius: 6px;
}
body{
    background: #EAF3FB;
}