/* YAKAND style.css */
*{margin:0;padding:0;box-sizing:border-box;}html{scroll-behavior:smooth;}

body{
    direction:rtl;
    background:#0A0A0A;
    color:#fff;
    font-family:Vazir,sans-serif;
    overflow-x:hidden;
}
a{
    text-decoration:none;
    color:inherit;
}
img{
    display:block;
    max-width:100%;
}
.container{
    width:min(92%,1400px);
    margin:auto;
}
.header{

    position:fixed;

    top:0;

    right:0;

    left:0;

    height:60px;

    background:rgba(5,5,5,.28);

    backdrop-filter:blur(20px);

    border-bottom:1px solid rgba(212,175,55,.12);

    z-index:99999;

    transition:.4s;

}

.header .container{

    display:flex;

    align-items:center;

    justify-content:space-between;

    height:60px;

}
.leftMenu,
.rightMenu{

    display:flex;

    gap:35px;

    align-items:center;

}

.leftMenu a,
.rightMenu a{

    color:white;

    font-size:14px;

    transition:.3s;

}

.leftMenu a:hover,
.rightMenu a:hover{

    color:#D4AF37;

}

.logo img{

    height:58px;

    transition:.4s;

}
.headerScroll{

    height:52px;

    background:rgba(5,5,5,.92);

    border-bottom:1px solid rgba(212,175,55,.28);

}

.headerScroll .logo img{

    height:48px;

}

.logo img{height:42px}.menu{list-style:none;display:flex;gap:34px}
.menu a{color:#fff;font-size:14px;transition:.35s;position:relative}
.menu a:hover{color:#D4AF37}
.menu a:after{content:'';position:absolute;right:0;bottom:-8px;width:0;height:2px;background:#D4AF37;transition:.35s}
.menu a:hover:after{width:100%}.headerIcons{display:flex;gap:18px;align-items:center}
.headerIcons a{
    width:36px;height:36px;
    border-radius:50%;display:flex;
    align-items:center;justify-content:center;
    border:1px solid rgba(212,175,55,.25);transition:.3s
}
.headerIcons a:hover{
    background:#D4AF37;color:#111
}
.mobileMenu{display:none;font-size:22px}.hero{position:relative;height:92vh;min-height:700px}



.hero-section{

    padding-top: 60px;
    position:relative;
    overflow:hidden;

}

.heroSwiper .swiper-slide{
    width: 100% ;
}
.heroSwiper{

    width: 100% ;
    height: clamp(480px,62vh,650px);

}

.heroSwiper img{

    width:100%;
    height:100%;
    object-fit:cover;
    object-position: center center;

}

.hero-overlay{

    position:absolute;

    inset:0;

    background:linear-gradient(
            90deg,
            rgba(0,0,0,.65),
            rgba(0,0,0,.35),
            rgba(0,0,0,.15),
            rgba(0,0,0,0)
    );

    display:flex;

    align-items:center;

    z-index:10;

}

.hero-overlay h1{

    color:#fff;

    font-size:64px;

    font-weight:800;

    line-height:1.3;

}

.hero-overlay h1 span{

    color:#D4AF37;


}

.hero-overlay p{

    color:#ddd;

    margin-top:25px;

    line-height:2;

    font-size:18px;

    max-width:372px;

}

.hero-buttons{

    margin-top:40px;

    display:flex;

    gap:15px;

}

.btn-main{

    background:#D4AF37;
    color:#111;

    transition:.35s ease;

    padding:14px 34px;

    border-radius:12px;

    font-weight:700;

    text-decoration:none;
    position:relative;

    overflow:hidden;

}


.btn-main:hover{

    transform:translateY(-4px);

    box-shadow: 0 12px 30px rgba(212,175,55,.35);

    background:#dfb82f;

}
.btn-main::before{

    content:"";

    position:absolute;

    top:0;

    left:-120%;

    width:60%;

    height:100%;

    background:

            linear-gradient(

                    120deg,

                    transparent,

                    rgba(255,255,255,.45),

                    transparent

            );

    transition:.6s;

}

.btn-main:hover::before{

    left:140%;

}

.btn-outline{

    border:1px solid #D4AF37;

    color:#fff;

    transition:.35s ease;

    padding:14px 34px;

    border-radius:12px;

    text-decoration:none;

}

.btn-outline:hover{

    background:#D4AF37;

    color:#111;

    transform:translateY(-4px);

}
.btn-main,
.btn-outline{

    letter-spacing:.4px;

}

.hero-section .swiper-pagination-bullet{

    background:#fff;

    opacity:.4;

}

.hero-section .swiper-pagination-bullet-active{

    background:#D4AF37;

    opacity:1;

}


@media(max-width:992px){

    .heroSwiper{

        height:65vh;
        min-height: 500px;

    }

    .heroSwiper img{

        height:550px;

    }

    .hero-overlay h1{

        font-size:42px;

    }

}

@media(max-width:768px){

    .heroSwiper{

        height:55vh;
        min-height: 420px;

    }
/*
    .heroSwiper img{

        height:420px;

    }
*/
    .hero-overlay{

        text-align:center;

        background:rgba(0,0,0,.45);

    }

    .hero-overlay p{

        margin:auto;

        margin-top:20px;

    }

    .hero-buttons{

        justify-content:center;

        flex-wrap:wrap;

    }

    .hero-overlay h1{

        font-size:34px;

    }

}

@media(max-width:768px){

    .sectionTitle h2{

        font-size:34px;

    }

    .whyYakand{

        padding:20px 0;

    }

}


/*======================
WHY YAKAND
======================*/
.row{
    margin-top: 0 !important;
}
.whyYakand{

    padding:20px 0;

    background:#faf8f5;

}

.sectionTitle{

    text-align:center;

    margin-bottom:20px;

}

.sectionTitle span{


    width:70px;

    height:3px;

    background:#D4AF37;

    display:block;

    margin:auto;

    border-radius:30px;

}

.sectionTitle h2{

    font-size:42px;

    font-weight:700;

    color:#222;

    margin-top:20px;

}

.sectionTitle p{

    color:#777;

    margin-top:15px;

    font-size:17px;

    line-height:2;

}


.whyCard{

    background:#fff;

    border-radius:20px;

    padding:45px 25px;

    text-align:center;

    transition:.35s;

    height:100%;

    box-shadow: 0 0 10px goldenrod;

}

.whyCard:hover{

    transform:translateY(-8px);


    box-shadow:

            0 25px 50px rgba(0,0,0,.08);

}


.whyCard i{

    font-size:48px;

    color:#D4AF37;

}


.whyCard h4{

    margin-top:25px;

    font-size:24px;

    color:#b3881f;

    font-weight:700;

}


.whyCard p{

    margin-top:15px;

    line-height:2;

    color:#846416;

    font-size:15px;

}

/*=============================
    Categories
==============================*/

.categories-section{

    background:#090909;
    padding:90px 0;

}

.section-subtitle{

    color:#C9A646;
    letter-spacing:3px;
    font-size:14px;
    display:block;
    margin-bottom:8px;

}


.title-divider{

    width:90px;
    height:3px;
    background:#C9A646;
    margin:auto;
    border-radius:30px;

}

.category-card{

    position:relative;
    display:block;
    overflow:hidden;

    border-radius:18px;

    height:430px;

    border:1px solid rgba(201,166,70,.18);

    transition:.45s;

}

.category-card img{

    width:100%;
    height:100%;
    object-fit:cover;

    transition:
            transform .8s,
            filter .8s;


}

.category-overlay{

    position:absolute;


    display:flex;

    flex-direction:column;


    align-items:center;

    padding:35px;

    background:linear-gradient(to top,
    rgba(0,0,0,.95),

    rgba(0,0,0,.15),
    transparent);
    bottom: -30px;
    width: 100%;

}

.category-overlay h5{

    color:#fff;

    font-size:30px;

    margin-bottom:14px;

    transition:.4s;

}

.category-overlay span{

    color:#fff;

    padding:5px 30px;

    border:1px solid #C9A646;

    border-radius:40px;

    transition:.4s;
    backdrop-filter:blur(8px);

    background:rgba(255,255,255,.04);
    font-size: 0.7rem;

}

.category-card:hover{

    transform:translateY(-8px);

    box-shadow:
            0 18px 45px rgba(0,0,0,.45),
            0 0 18px rgba(201,166,70,.18),
            0 0 35px rgba(201,166,70,.08);

    border-color:#C9A646;

}

.category-card:hover img{

    transform:scale(1.08);
    filter:
            brightness(1.08)
            contrast(1.05)
            saturate(1.08);

}

.category-card:hover .category-overlay{

    background:linear-gradient(to top,
    rgba(0,0,0,.95),
    rgba(0,0,0,.35),
    rgba(0,0,0,.10));

}

.category-card:hover span{

    background:#C9A646;

    color:#111;

    transform:translateY(-2px);

}

.category-card:hover h5{

    transform:translateY(-5px);
    color:#D9B85D;

    letter-spacing:2px;
}
@media(max-width:991px){

    .category-card{

        height:360px;

    }

}

@media(max-width:768px){

    .section-title h2{

        font-size:32px;

    }

    .category-card{

        height:300px;

    }

    .category-overlay h5{

        font-size:24px;
        letter-spacing:1px;

        transition:.45s;
    }

}
.card-shine{

    position:absolute;

    top:0;
    left:-120%;

    width:60%;
    height:100%;

    background:linear-gradient(
            110deg,
            transparent,
            rgba(255,255,255,.08),
            rgba(255,220,120,.30),
            rgba(255,255,255,.08),
            transparent
    );

    transform:skewX(-25deg);

    transition:1s;

    pointer-events:none;

}
.category-card:hover .card-shine{

    left:170%;

}


/*=============================
    Latest Products
==============================*/

.latest-products{

    background:#faf9f7;

    padding:100px 0;

}

.latest-products .section-title span{

    color:#C8A348;

    font-size:14px;

    letter-spacing:3px;

    display:block;


    margin-bottom:10px;

}

.latest-products .section-title h2{

    color:#222;

    font-size:42px;

    font-weight:700;

    margin-bottom:18px;

}

.latest-products .section-title p{

    color:#777;

    max-width:650px;

    margin:auto;

    line-height:30px;

}

/*============================*/

.latest-card{

    background:#fff;

    border-radius:22px;

    overflow:hidden;

    transition:.45s;

    box-shadow:

            0 10px 30px rgba(0,0,0,.06);

}

.latest-image{

    height:260px;

    overflow:hidden;

    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:20px;

}

.latest-image img{

    width:100%;

    height:100%;

    object-fit:contain;


    transition:.7s;

}

.latest-content{

    padding:28px;

    text-align:center;

}

.latest-content small{

    color:#C8A348;

    font-size:13px;

    letter-spacing:2px;

}

.latest-content h4{

    margin:14px 0 22px;

    font-size:24px;

    color:#222;

    font-weight:700;

}

.latest-content a{

    display:inline-block;

    padding:12px 34px;

    border-radius:50px;


    text-decoration:none;

    border:1px solid #C8A348;

    color:#C8A348;

    transition:.4s;

}

/*============================*/

.latest-card:hover{

    transform:translateY(-10px);

    box-shadow:
            0 18px 45px rgba(0,0,0,.12);

}


.latest-card:hover img{

    transform:scale(1.08);

}

.latest-card:hover a{

    background:#C8A348;

    color:#fff;

}

.latest-card:hover h4{

    color:#C8A348;

}

/*============================*/

.latestSwiper{

    padding-bottom:50px;

}

.latestSwiper .swiper-pagination-bullet{

    width:12px;

    height:12px;

    background:#ccc;

    opacity:1;

}

.latestSwiper .swiper-pagination-bullet-

active{

    background:#C8A348;

}

.latestSwiper .swiper-button-next,
.latestSwiper .swiper-button-prev{

    color:#C8A348;

}

/*============================*/

@media(max-width:992px){

    .latest-image{

        height:300px;

    }

}

@media(max-width:768px){

    .latest-products{

        padding:70px 0;

    }

    .latest-products .section-title h2{

        font-size:30px;

    }

    .latest-image{

        height:260px;


    }

    .latest-content h4{

        font-size:20px;

    }

}
.latest-image{
    position: relative;
    overflow: hidden;
}

.latest-image::before{

    content:"";

    position:absolute;

    top:0;
    left:-140%;

    width:60%;

    height:100%;

    background:linear-gradient(
            120deg,
            transparent,
            rgba(255,255,255,.15),
            rgba(212,175,55,.45),
            rgba(255,255,255,.15),
            transparent
    );

    transform:skewX(-25deg);

    transition:1s;

    z-index:2;

}

.latest-card:hover .latest-image::before{

    left:170%;

}
.latest-image img{

    transition:
            transform .8s,
            filter .5s;

}

.latest-card:hover img{

    transform:scale(1.06);

    filter:
            brightness(1.08)
            contrast(1.04)
            saturate(1.08);

}
.latest-content a{

    opacity:0;

    transform:translateY(25px);

    transition:.45s;

}

.latest-card:hover .latest-content a{

    opacity:1;

    transform:translateY(0);

}
.latest-card{

    transition:.45s;

}

.latest-card:hover{

    transform:translateY(-10px);

    box-shadow:

            0 22px 45px rgba(0,0,0,.12),

            0 0 35px rgba(212,175,55,.18);

}
.latest-content h4{

    transition:.35s;

}

.latest-card:hover h4{

    color:#C8A348;

    letter-spacing:1px;

}
.latest-card{

    cursor:pointer;

    transition:

            transform .45s,

            box-shadow .45s;

}


/*====================================
        PROCESS SECTION
====================================*/

.process-section{

    padding:110px 0;

    background:#0f1115;

    position:relative;

    overflow:hidden;

}

.process-section::before{

    content:"";


    position:absolute;

    inset:0;

    background:
            radial-gradient(circle at top,#c8a34810,transparent 55%);

    pointer-events:none;

}

/*========================*/

.process-section .section-title{

    margin-bottom:70px;

}

.process-section .section-title span{

    color:#C8A348;

    letter-spacing:3px;

    font-size:14px;

}

.process-section .section-title h2{

    color:#fff;

    margin:15px 0;

    font-size:42px;

    font-weight:700;

}


.process-section .section-title p{

    color:#9b9b9b;

    max-width:650px;

    margin:auto;

    line-height:30px;

}

/*========================*/

.process-wrapper{

    display:grid;

    grid-template-columns:repeat(7,1fr);

    gap:24px;

}

/*========================*/

.process-card{

    position:relative;

    border-radius:18px;

    overflow:hidden;

    background:#171a20;

    transition:.45s;

    border:1px solid rgba(255,255,255,.05);

}


.process-image{

    height:230px;

    overflow:hidden;

    position:relative;

}

.process-image img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.7s;

}

/*========================*/

.process-image::after{

    content:"";

    position:absolute;

    inset:0;

    background:linear-gradient(
            to top,
            rgba(0,0,0,.95),
            rgba(0,0,0,.2),
            transparent);

}
.afra_text{
    position: absolute;
    z-index: 2;
    right: 10px;
}
/*========================*/


.process-number{

    width:42px;

    height:42px;

    border-radius:50%;

    background:#C8A34878;

    color:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    font-weight:bold;

    position:absolute;

    left:50%;

    transform:translateX(-50%);

    bottom:30%;

    z-index:10;

    box-shadow:0 0 15px rgba(200,163,72,.45);

}

/*========================*/

.process-card h4{

    color:#fff;

    text-align:center;

    margin:35px 15px 10px;

    font-size:22px;

    transition:.35s;

}

.process-card p{

    color:#aaa;

    text-align:center;

    font-size:14px;

    line-height:26px;

    padding:0 18px 25px;
    padding-bottom: 5px;
    margin-bottom: 0;

}

/*========================*/

.process-card:hover{

    transform:translateY(-10px);

    box-shadow:

            0 20px 45px rgba(0,0,0,.45),

            0 0 35px rgba(200,163,72,.20);

}

.process-card:hover img{

    transform:scale(1.08);

    filter:brightness(1.08);

}

.process-card:hover h4{

    color:#C8A348;

}

/*========================*/
/* Shimmer */

.process-image::before{

    content:"";

    position:absolute;

    top:0;

    left:-140%;

    width:55%;

    height:100%;

    background:linear-gradient(
            120deg,
            transparent,
            rgba(255,255,255,.12),
            rgba(212,175,55,.45),
            rgba(255,255,255,.12),
            transparent
    );

    transform:skewX(-25deg);

    transition:1s;

    z-index:5;

}

.process-card:hover .process-image::before{

    left:170%;

}

/*========================*/
/* خط بین مراحل */

.process-card:not(:last-child)::after{

    content:"";

    position:absolute;

    top:115px;

    left:100%;


    width:24px;

    height:2px;

    background:#C8A34855;

}

/*========================*/

@media(max-width:1400px){

    .process-wrapper{

        grid-template-columns:repeat(4,1fr);

    }

}

@media(max-width:992px){

    .process-wrapper{

        grid-template-columns:repeat(2,1fr);

    }

}

@media(max-width:576px){

    .process-wrapper{

        grid-template-columns:1fr;

    }

    .process-section{

        padding:80px 0;


    }

    .process-section .section-title h2{

        font-size:30px;

    }

}


/*==========================================
            STONES SECTION
==========================================*/

.stones-section{

    position:relative;

    padding:110px 0;

    background:#ffffff;

    overflow:hidden;

}

.stones-section::before{

    content:"";


    position:absolute;

    inset:0;

    background:
            radial-gradient(circle at top,#c8a34810,transparent 60%);

    pointer-events:none;

}

/*========================*/

.section-title{

    margin-bottom:65px;

}

.section-subtitle{

    color:#C8A348;

    letter-spacing:4px;

    font-size:13px;

    text-transform:uppercase;

}

.section-title h2{

    margin:12px 0;

    font-size:42px;

    font-weight:700;

    color:#ccc;


}

.section-title p{

    max-width:650px;

    margin:auto;

    color:#777;

    line-height:32px;

}

/*========================*/

/*=========================================
        YAKAND STONES SECTION
=========================================*/

.stones-section{

    position:relative;

    padding:110px 0;

    background:#fff;

    overflow:hidden;

}

.stones-section::before{

    content:"";


    position:absolute;

    inset:0;

    pointer-events:none;

    background:

            radial-gradient(circle at top,
            rgba(200,163,72,.08),
            transparent 60%);

}

/*===========================*/

.section-title{

    text-align:center;

    margin-bottom:65px;

}

.section-subtitle{

    display:inline-block;

    color:#C8A348;

    letter-spacing:4px;

    font-size:13px;

    text-transform:uppercase;

}


.section-title p{

    max-width:640px;

    margin:18px auto 0;

    color:#777;

    line-height:32px;

}

/*===========================*/

.stonesSwiper{

    padding:35px 15px 85px;

    overflow:hidden;

}

/*===========================*/

.stonesSwiper .swiper-wrapper{

    align-items:stretch;

}

.stonesSwiper .swiper-slide{

    height:auto;


}

/*===========================*/

.stone-card{

    position:relative;

    display:flex;

    flex-direction:column;

    justify-content:flex-start;

    align-items:center;

    height:100%;

    padding:38px 24px 34px;

    border-radius:28px;

    background:#fff;

    border:1px solid rgba(200,163,72,.18);

    overflow:hidden;

    cursor:pointer;

    transition:
            transform .55s cubic-bezier(.22,.61,.36,1),
            box-shadow .45s ease,
            border-color .45s ease;

    box-shadow:

            0 10px 35px rgba(0,0,0,.05);


}

/*===========================*/

.stone-card::before{

    content:"";

    position:absolute;

    inset:0;

    background:

            linear-gradient(

                    180deg,

                    rgba(255,255,255,.35),

                    transparent

            );

    opacity:.6;

}

/*===========================*/

.stone-image{

    position:relative;

    width:250px;

    height:200px;

    display:flex;

    justify-content:center;

    overflow:hidden;

    border-radius:18px;
    
    align-items:center;

    margin:auto;

    perspective:1000px;

}

/*===========================*/

.stone-image img{

    width:100%;

    height:auto;

    user-select:none;

    pointer-events:none;

    transition:
            transform .55s cubic-bezier(.22,.61,.36,1),
            filter .45s ease,
            opacity .35s ease;

    transform-origin:center center;

    will-change:transform;


}

/*===========================*/

.stone-card h3{

    margin-top:26px;

    font-size:24px;

    font-weight:700;


    color:#222;

    transition:.35s;

}

.stone-card p{

    margin-top:10px;

    text-align:center;

    color:#7d7d7d;

    font-size:15px;

    line-height:29px;

    transition:.35s;

}

/*===========================*/

.stonesSwiper .swiper-button-next,

.stonesSwiper .swiper-button-prev{

    width:46px;

    height:46px;

    border-radius:50%;

    background:#fff;

    color:#C8A348;

    box-shadow:

            0 8px 20px rgba(0,0,0,.08);


}

.stonesSwiper .swiper-button-next::after,

.stonesSwiper .swiper-button-prev::after{

    font-size:18px;

}

/*===========================*/

.stonesSwiper .swiper-pagination{

    bottom:10px !important;

}

.stonesSwiper .swiper-pagination-bullet{

    width:10px;

    height:10px;

    background:#d8d8d8;

    opacity:1;

    transition:.35s;

}

.stonesSwiper .swiper-pagination-bullet-active{

    width:28px;

    border-radius:40px;

    background:#C8A348;

}

/*===========================*/

@media(max-width:992px){

    .stone-image{

        width:140px;

        height:140px;

    }

    .section-title h2{

        font-size:34px;

    }

}


@media(max-width:768px){

    .stone-card{

        padding:28px 18px;

    }

    .section-title h2{

        font-size:28px;

    }

}



/*==================================

===
        LUXURY HOVER
======================================*/

/* کارت */

.stone-card:hover{

    transform:translateY(-10px);

    border-color:#C8A348;

    box-shadow:
            0 18px 45px rgba(0,0,0,.08),
            0 0 35px rgba(200,163,72,.20);

}

/* عنوان */

.stone-card:hover h3{

    color:#C8A348;

}

/* متن */

.stone-card:hover p{

    color:#555;

}

/*=========================
      Stone Animation
=========================*/

.stone-card:hover .stone-image img{

    transform:

            perspective(900px)
            rotateY(12deg)
            rotateX(6deg)
            rotateZ(-5deg)
            scale(1.12);

    filter:
            brightness(1.08)
            drop-shadow(0 18px 28px rgba(200,163,72,.28));
}

/*=========================
        Sparkle
=========================*/

.spark{

    position:absolute;

    width:18px;

    height:18px;

    opacity:0;

    pointer-events:none;

    z-index:5;

}

.spark::before,

.spark::after{

    content:"";

    position:absolute;

    left:50%;


    top:50%;

    transform:translate(-50%,-50%);

    background:#fff;

    border-radius:10px;

}

.spark::before{

    width:2px;

    height:18px;

}

.spark::after{

    width:18px;

    height:2px;

}

.sparkle-1{

    top:18%;

    right:18%;

}

.sparkle-2{

    bottom:24%;

    left:20%;

}


/*========================*/

@keyframes sparkle{

    0%{

        opacity:0;

        transform:scale(.2) rotate(0deg);

    }

    25%{

        opacity:1;

        transform:scale(1.6) rotate(45deg);

    }

    60%{

        opacity:1;

    }

    100%{

        opacity:0;

        transform:scale(2.3);

    }

}

.stone-card:hover .sparkle-1{

    animation:sparkle .7s ease;

}


.stone-card:hover .sparkle-2{

    animation:sparkle .7s ease .18s;

}

/*=========================
      Shine Effect
=========================*/

.stone-card::after{

    content:"";

    position:absolute;

    top:-40%;

    left:-70%;

    width:45px;

    height:180%;

    transform:rotate(25deg);

    background:

            linear-gradient(

                    90deg,

                    transparent,

                    rgba(255,255,255,.9),

                    transparent

            );

    opacity:0;


}

.stone-card:hover::after{

    animation:shine .85s linear;

}

@keyframes shine{

    0%{

        left:-70%;

        opacity:0;

    }

    20%{

        opacity:1;

    }

    100%{

        left:170%;

        opacity:0;

    }

}

/*=========================
      Image Float
=========================*/

@keyframes floatStone{

    0%{


        transform:translateY(0px);

    }

    50%{

        transform:translateY(-4px);

    }

    100%{

        transform:translateY(0px);

    }

}

.stone-image img{

    animation:floatStone 4s ease-in-out infinite;

}

/*=========================
      Arrow Hover
=========================*/

.stonesSwiper .swiper-button-next:hover,

.stonesSwiper .swiper-button-prev:hover{

    background:#C8A348;

    color:#fff;

    transform:scale(1.08);

}

/*=========================

      Active Bullet
=========================*/

.stonesSwiper .swiper-pagination-bullet-active{

    box-shadow:

            0 0 15px rgba(200,163,72,.35);

}

