بدون خلاصۀ ویرایش
بدون خلاصۀ ویرایش
 
(۳۱ نسخهٔ میانیِ ایجادشده توسط همین کاربر نشان داده نشد)
خط ۱: خط ۱:


<html lang="fa" dir="rtl">
<html lang="fa" dir="rtl">
<head>
<head>


خط ۲۱: خط ۲۲:


<style>
<style>
#content {
        width: 95% !important; /* اجازه بده عرض صفحه زیاد شود */
        max-width: none !important; /* هرگونه سقف عرض را حذف کن */
        margin: 0 auto !important; /* وسط‌چین کردن کانتینر بزرگ شده */
    }
    /* اگر قالب شما از کلاس‌های دیگری برای بدنه استفاده می‌کند */
    .mw-body {
        width: 95% !important;
        max-width: none !important;
    }


/* =========================================================
/* =========================================================
خط ۲۸: خط ۴۳:
:root{
:root{


     --black:#171717;
     --black:#050505;
     --black-2:#222222;
     --black-2:#0c0c0c;
    --black-3:#141414;


     --gold:#f4b942;
     --gold:#f4b942;
     --gold-dark:#d99c20;
     --gold-dark:#d79b20;
     --gold-light:#fff3d3;
     --gold-light:rgba(244,185,66,.12);
 
    --cream:#f7f5ef;
    --cream-2:#efede5;


     --white:#ffffff;
     --white:#ffffff;
    --text:#f4f4f4;
    --muted:#a1a1a1;


     --text:#222222;
     --border:rgba(255,255,255,.09);
    --muted:#777777;


     --border:#e4e1d9;
     --shadow:
        0 15px 45px rgba(0,0,0,.35);


     --shadow:0 10px 35px rgba(0,0,0,.07);
     --sidebar:105px;


     --radius:18px;
     /* فاصله سایدبار از لبه چپ و بالای مانیتور — فقط این عدد را تغییر بده */
 
    --sidebar-offset-top:-20px;
    --sidebar:245px;
    --sidebar-offset-left:40px;


}
}
خط ۶۶: خط ۸۱:
html{
html{
     scroll-behavior:smooth;
     scroll-behavior:smooth;
     scroll-padding-top:30px;
     scroll-padding-top:20px;
}
}


خط ۷۲: خط ۸۷:


     margin:0;
     margin:0;
    text-align:center;


     font-family:
     font-family:
خط ۷۸: خط ۹۵:
         Arial,
         Arial,
         sans-serif;
         sans-serif;
    background:var(--black);


     color:var(--text);
     color:var(--text);
    background:var(--cream);


     line-height:1.9;
     line-height:1.9;


     overflow-x:hidden;
     overflow-x:hidden;
}
body.section-locked{
    overflow:hidden;


}
}


img{
img{
    display:block;


     max-width:100%;
     max-width:100%;


     height:auto;
     height:auto;
    display:block;


}
}
خط ۱۱۶: خط ۱۳۹:


ul{
ul{
    padding:0;


     margin:0;
     margin:0;
    padding:0;


     list-style:none;
     list-style:none;
خط ۱۳۳: خط ۱۵۶:


     min-height:100vh;
     min-height:100vh;
    background:var(--black);


}
}
خط ۱۳۸: خط ۱۶۳:


/* =========================================================
/* =========================================================
   LEFT SIDEBAR
   LEFT ICON SIDEBAR
========================================================= */
========================================================= */


.left-sidebar{
.left-sidebar{
margin-top:calc(var(--sidebar) + var(--sidebar-offset-top));
margin-left:calc(var(--sidebar) + var(--sidebar-offset-left));


     position:fixed;
     position:fixed;
خط ۱۵۳: خط ۱۸۰:
     height:100vh;
     height:100vh;


     background:var(--black);
     background:#000;


     color:var(--white);
     border-right:
        1px solid rgba(255,255,255,.08);


     z-index:1000;
     z-index:9999;


     display:flex;
     display:flex;
خط ۱۶۳: خط ۱۹۱:
     flex-direction:column;
     flex-direction:column;


     padding:35px 20px;
     align-items:center;


     overflow-y:auto;
     padding:25px 0;


}
}
/* =========================================================
  LOGO
========================================================= */


.sidebar-logo{
.sidebar-logo{
    width:100%;


     text-align:center;
     text-align:center;


     padding-bottom:28px;
     padding-bottom:25px;


     margin-bottom:20px;
     margin-bottom:20px;


     border-bottom:
     border-bottom:
         1px solid rgba(255,255,255,.1);
         1px solid rgba(255,255,255,.08);


}
}
خط ۱۸۴: خط ۲۱۹:
.logo-circle{
.logo-circle{


     width:65px;
     width:48px;


     height:65px;
     height:48px;


     margin:0 auto 12px;
     margin:auto;


     border-radius:50%;
     border-radius:50%;
خط ۱۹۸: خط ۲۳۳:
     background:var(--gold);
     background:var(--gold);


     color:var(--black);
     color:#000;


     font-size:1.6rem;
     font-size:1.15rem;
 
    box-shadow:
        0 8px 25px rgba(244,185,66,.2);


}
}
خط ۲۰۶: خط ۲۴۴:
.sidebar-logo h2{
.sidebar-logo h2{


     margin:0;
     display:none;
 
    color:#fff;
 
    font-size:1.1rem;
 
    font-weight:800;


}
}
خط ۲۱۸: خط ۲۵۰:
.sidebar-logo span{
.sidebar-logo span{


     display:block;
     display:none;
 
    margin-top:3px;
 
    color:#aaa;
 
    font-size:.75rem;


}
}
خط ۲۳۰: خط ۲۵۶:


/* =========================================================
/* =========================================================
   SIDEBAR MENU
   ICON MENU
========================================================= */
========================================================= */


.sidebar-menu{
.sidebar-menu{


     margin-top:10px;
     width:100%;
 
    display:flex;
 
    flex-direction:column;
 
    align-items:center;
 
    gap:8px;


}
}
خط ۲۴۱: خط ۲۷۵:
.sidebar-menu li{
.sidebar-menu li{


     margin-bottom:5px;
     width:100%;
 
    display:flex;
 
    justify-content:center;


}
}
خط ۲۴۷: خط ۲۸۵:
.sidebar-menu a{
.sidebar-menu a{


     display:flex;
     position:relative;


     align-items:center;
     width:50px;


     gap:12px;
     height:50px;


     padding:12px 14px;
     display:grid;


     border-radius:12px;
     place-items:center;


     color:#bdbdbd;
     border-radius:14px;


     font-size:.83rem;
     color:#777;


     font-weight:600;
     font-size:1.05rem;


     transition:
     transition:
         background .2s ease,
         background .2s ease,
         color .2s ease;
         color .2s ease,
        transform .2s ease;


}
}


.sidebar-menu a i{


    width:22px;
/* Tooltip */


     text-align:center;
.sidebar-menu a::after{
 
     content:attr(data-title);
 
    position:absolute;


     font-size:.9rem;
     left:68px;


}
    top:50%;


.sidebar-menu a:hover,
    transform:
.sidebar-menu a.active{
        translateY(-50%)
        translateX(-5px);


     background:rgba(244,185,66,.12);
     white-space:nowrap;


     color:var(--gold);
     background:#181818;


}
    border:
        1px solid rgba(255,255,255,.1);


.sidebar-bottom{
    color:#fff;


     margin-top:auto;
     padding:6px 12px;


     padding-top:25px;
     border-radius:8px;


     border-top:
     font-family:
         1px solid rgba(255,255,255,.1);
         "Vazirmatn",
        sans-serif;


     text-align:center;
     font-size:.7rem;


}
    font-weight:600;


.sidebar-social{
    opacity:0;


     display:flex;
     pointer-events:none;


     justify-content:center;
     transition:
        opacity .2s ease,
        transform .2s ease;


     gap:8px;
     box-shadow:
        0 8px 25px rgba(0,0,0,.4);


}
}


.sidebar-social a{
.sidebar-menu a:hover::after{


     width:35px;
     opacity:1;


     height:35px;
     transform:
        translateY(-50%)
        translateX(0);


    display:grid;
}


    place-items:center;
.sidebar-menu a:hover{


     border-radius:10px;
     color:var(--gold);


     background:rgba(255,255,255,.07);
     background:var(--gold-light);


     color:#bbb;
     transform:translateX(2px);


    font-size:.8rem;
}


}
.sidebar-menu a.active{


.sidebar-social a:hover{
    color:#000;


     background:var(--gold);
     background:var(--gold);


     color:var(--black);
     box-shadow:
        0 8px 25px rgba(244,185,66,.18);


}
}
خط ۳۴۱: خط ۳۹۲:


/* =========================================================
/* =========================================================
   MAIN
   SIDEBAR SOCIAL
========================================================= */
========================================================= */


.main-content{
.sidebar-bottom{


     margin-left:var(--sidebar);
     margin-top:auto;


     min-width:0;
     width:100%;


}
    padding-top:20px;


    border-top:
        1px solid rgba(255,255,255,.08);


/* =========================================================
    display:flex;
  TOP MOBILE HEADER
========================================================= */


.mobile-header{
    justify-content:center;
 
    display:none;


}
}


.sidebar-social{


/* =========================================================
    display:flex;
  COMMON
========================================================= */


.container{
    flex-direction:column;


     width:min(
     gap:7px;
        calc(100% - 60px),
        1120px
    );
 
    margin-inline:auto;


}
}


.section{
.sidebar-social a{


     padding:90px 0;
     width:38px;


}
    height:38px;
 
    display:grid;


.section:nth-child(even){
    place-items:center;


     background:var(--white);
     border-radius:10px;


}
    background:#111;


.section-title{
    color:#777;


     text-align:center;
     font-size:.8rem;


     margin-bottom:50px;
     transition:.2s;


}
}


.section-title small{
.sidebar-social a:hover{


     display:inline-block;
     color:#000;


     color:var(--gold-dark);
     background:var(--gold);
 
    font-weight:800;
 
    font-size:.85rem;
 
    margin-bottom:4px;


}
}


.section-title h2{


    margin:0;
/* =========================================================
  MAIN
========================================================= */


    font-size:clamp(1.8rem,4vw,2.6rem);
.main-content{


     font-weight:900;
     margin-left:calc(var(--sidebar) + var(--sidebar-offset));


     line-height:1.4;
     min-width:0;


}
}


.section-title p{


    max-width:650px;
/* =========================================================
  MOBILE HEADER
========================================================= */


    margin:10px auto 0;
.mobile-header{


     color:var(--muted);
     display:none;
 
    font-size:.9rem;


}
}
خط ۴۳۹: خط ۴۷۸:


/* =========================================================
/* =========================================================
   HERO
   CONTAINER
========================================================= */
========================================================= */


.hero{
.container{
 
    width:min(
        calc(100% - 70px),
        1120px
    );


     min-height:100vh;
     margin-inline:auto;


    display:flex;
}


    align-items:center;


    background:
/* =========================================================
  SECTION
========================================================= */


        radial-gradient(
.section{
            circle at 80% 20%,
            rgba(244,185,66,.14),
            transparent 30%
        ),


        var(--cream);
    position:relative;


}
    padding:55px 0;


.hero-inner{
    min-height:auto;


     max-width:850px;
     display:flex;


     margin:auto;
     align-items:center;


     text-align:center;
     background:#080808;


}
}


.hero-label{
.section:nth-child(even){


     display:inline-flex;
     background:#0d0d0d;


    align-items:center;
}


    gap:8px;


    padding:7px 16px;
/* =========================================================
  SECTION TITLE
========================================================= */


    border-radius:50px;
.section-title{


     background:var(--gold-light);
     width:100%;


     color:var(--gold-dark);
     text-align:center;


    font-size:.8rem;
     margin-bottom:28px;
 
    font-weight:800;
 
     margin-bottom:20px;


}
}


.hero h1{
.section-title small{


     margin:0;
     display:block;


     font-size:
     color:var(--gold);
        clamp(2.2rem,7vw,4.5rem);


     line-height:1.3;
     font-size:.8rem;


     font-weight:900;
     font-weight:800;


     color:var(--black);
     margin-bottom:8px;


}
}


.hero h1 span{
.section-title h2{


     display:block;
     margin:0;


     color:var(--gold-dark);
     color:#fff;


}
    font-size:
        clamp(1.9rem,4vw,2.8rem);


.hero-subtitle{
    font-weight:900;


     margin:15px 0;
     line-height:1.4;
 
    font-size:
        clamp(1.05rem,3vw,1.35rem);
 
    font-weight:700;


}
}


.hero-description{
.section-title p{


     max-width:680px;
     max-width:650px;


     margin:0 auto 30px;
     margin:12px 0 0;


     color:var(--muted);
     color:var(--muted);


     font-size:1rem;
     font-size:.88rem;


}
}


.hero-buttons{


     display:flex;
/* =========================================================
  HERO
========================================================= */
 
.hero{
 
     background:


     justify-content:center;
        radial-gradient(
            circle at 70% 25%,
            rgba(244,185,66,.09),
            transparent 32%
        ),
 
        #050505;
 
}
 
.hero-inner{
 
     max-width:900px;


     flex-wrap:wrap;
     margin:auto;


     gap:12px;
     text-align:center;


}
}


.btn{
.hero-label{


     display:inline-flex;
     display:inline-flex;


     align-items:center;
     align-items:center;
    justify-content:center;


     gap:8px;
     gap:8px;


     min-height:50px;
     padding:8px 17px;


     padding:10px 22px;
     border-radius:50px;


     border-radius:12px;
     background:var(--gold-light);


     font-weight:800;
     border:
        1px solid rgba(244,185,66,.15);


     font-size:.85rem;
     color:var(--gold);


     transition:
     font-size:.78rem;
        transform .2s ease,
        box-shadow .2s ease;


}
    font-weight:800;


.btn:hover{
    margin-bottom:22px;


     transform:translateY(-2px);
}
 
.hero-label i{
 
     font-size:.45rem;


}
}


.btn-dark{
.hero h1{


     background:var(--black);
     margin:0;


     color:#fff;
     color:#fff;


     box-shadow:var(--shadow);
     font-size:
        clamp(2.5rem,7vw,5rem);
 
    line-height:1.25;
 
    font-weight:900;


}
}


.btn-gold{
.hero h1 span{


     background:var(--gold);
     display:block;


     color:var(--black);
     color:var(--gold);


}
}


.btn-outline{
.hero-subtitle{


     border:1px solid var(--border);
     margin-top:12px;


     background:#fff;
     color:#eee;


}
    font-size:
        clamp(1.05rem,3vw,1.4rem);


    font-weight:700;


/* =========================================================
}
  HERO INFO
========================================================= */


.hero-info{
.hero-description{


     margin-top:50px;
     max-width:680px;


     display:grid;
     margin:18px auto 30px;


     grid-template-columns:
     color:#999;
        repeat(4,1fr);


     gap:12px;
     font-size:.95rem;


}
}


.hero-info-box{
.hero-buttons{


     padding:17px 10px;
     display:flex;


     background:#fff;
     justify-content:flex-start;


     border:
     flex-wrap:wrap;
        1px solid var(--border);


     border-radius:15px;
     gap:12px;
 
    box-shadow:
        0 5px 20px rgba(0,0,0,.04);


}
}


.hero-info-box i{
.btn{


     color:var(--gold-dark);
     display:inline-flex;


     font-size:1.1rem;
     align-items:center;
 
    justify-content:center;


}
    gap:8px;


.hero-info-box strong{
    min-height:50px;


     display:block;
     padding:10px 23px;


     margin-top:4px;
     border-radius:12px;


     font-size:.95rem;
     font-size:.82rem;


}
    font-weight:800;


.hero-info-box span{
    transition:
        transform .2s ease,
        box-shadow .2s ease;


    display:block;
}


    color:var(--muted);
.btn:hover{


     font-size:.7rem;
     transform:translateY(-3px);


}
}


.btn-dark{


/* =========================================================
    background:#fff;
  ABOUT
========================================================= */


.about-grid{
    color:#000;
 
}


    display:grid;
.btn-gold{


     grid-template-columns:
     background:var(--gold);
        .9fr 1.1fr;


     gap:60px;
     color:#000;


     align-items:center;
     box-shadow:
        0 10px 30px rgba(244,185,66,.12);


}
}


.about-image{
.btn-outline{


     background:var(--cream-2);
     border:
        1px solid rgba(255,255,255,.15);


     padding:12px;
     color:#fff;


     border-radius:var(--radius);
     background:#0d0d0d;


}
}


.about-image img{


    width:100%;
/* =========================================================
  HERO INFO
========================================================= */
 
.hero-info{


     aspect-ratio:4/5;
     margin-top:50px;


     object-fit:contain;
     display:grid;


     border-radius:12px;
     grid-template-columns:
        repeat(5,1fr);


     background:#eee;
     gap:12px;


}
}


.about-content h2{
.hero-info-box{
 
    padding:18px 10px;


     margin:0 0 15px;
     background:#0e0e0e;


     font-size:
     border:
         clamp(1.7rem,4vw,2.5rem);
         1px solid rgba(255,255,255,.08);


     line-height:1.5;
     border-radius:15px;


}
}


.about-content p{
.hero-info-box i{


     color:var(--muted);
     color:var(--gold);


     font-size:.95rem;
     font-size:1.1rem;


}
}


.about-list{
.hero-info-box strong{


     margin-top:20px;
     display:block;


}
    color:#fff;


.about-list li{
    margin-top:4px;


     display:flex;
     font-size:.9rem;


    align-items:flex-start;
}


    gap:10px;
.hero-info-box span{


     margin-bottom:10px;
     display:block;


     font-size:.88rem;
     color:#777;


     font-weight:600;
     font-size:.68rem;


}
}


.about-list i{


    color:var(--gold-dark);
/* =========================================================
  ABOUT
========================================================= */


    margin-top:6px;
.about-grid{


}
    display:grid;


    grid-template-columns:
        .9fr 1.1fr;


/* =========================================================
    gap:60px;
  COUNTERS
========================================================= */


.counters{
    align-items:center;


    background:var(--black) !important;
}


     color:#fff;
.about-image{
 
     padding:10px;


}
    background:#111;


.counter-grid{
    border:
        1px solid rgba(255,255,255,.08);


     display:grid;
     border-radius:18px;


    grid-template-columns:
}
        repeat(4,1fr);


    gap:15px;
.about-image img{


}
    width:100%;


.counter{
    aspect-ratio:4/5;


     text-align:center;
     object-fit:contain;


     padding:25px 10px;
     border-radius:12px;


     border-right:
     background:#161616;
        1px solid rgba(255,255,255,.1);


}
}


.counter:last-child{
.about-content h2{
 
    margin:0 0 15px;
 
    color:#fff;


     border-right:0;
     font-size:
        clamp(1.8rem,4vw,2.5rem);


}
}


.counter i{
.about-content p{


     color:var(--gold);
     color:#999;


     font-size:1.4rem;
     font-size:.9rem;


}
}


.counter strong{
.about-list{


     display:block;
     margin-top:22px;


    margin-top:4px;
}


     color:#fff;
.about-list li{
 
    display:flex;
 
    align-items:flex-start;
 
    gap:10px;
 
    margin-bottom:11px;
 
     color:#ddd;
 
    font-size:.84rem;


     font-size:2rem;
     font-weight:600;


}
}


.counter span{
.about-list i{


     color:#aaa;
     color:var(--gold);


     font-size:.75rem;
     margin-top:6px;


}
}
خط ۸۳۶: خط ۹۱۸:


/* =========================================================
/* =========================================================
   SKILLS
   COUNTERS
========================================================= */
========================================================= */


.skills-grid{
.counters{
 
    background:#000 !important;


    max-width:900px;
}


    margin:auto;
.counter-grid{


     display:grid;
     display:grid;


     grid-template-columns:
     grid-template-columns:
         repeat(2,1fr);
         repeat(6,1fr);


     gap:18px 35px;
     gap:12px;


}
}


.skill{
.counter{


     background:var(--cream);
     text-align:center;


     padding:18px;
     padding:28px 10px;


     border-radius:14px;
     border-right:
        1px solid rgba(255,255,255,.08);


}
}


.skill-title{
.counter:last-child{


     display:flex;
     border-right:0;


    justify-content:space-between;
}


    font-size:.85rem;
.counter i{


     font-weight:800;
     color:var(--gold);


     margin-bottom:8px;
     font-size:1.35rem;


}
}


.skill-title span:last-child{
.counter strong{


     color:var(--gold-dark);
     display:block;


}
    color:#fff;


.skill-bar{
     font-size:2rem;
 
    height:7px;
 
     background:#ddd9d0;
 
    border-radius:50px;
 
    overflow:hidden;


}
}


.skill-bar span{
.counter span{
 
    display:block;
 
    height:100%;


     width:var(--width);
     color:#777;


     background:var(--gold);
     font-size:.72rem;
 
    border-radius:inherit;


}
}
خط ۹۱۲: خط ۹۸۳:


/* =========================================================
/* =========================================================
   SERVICES
   SKILLS
========================================================= */
========================================================= */


.cards-grid{
.skills-grid{
 
    max-width:1050px;
 
    margin:auto;


     display:grid;
     display:grid;


     grid-template-columns:
     grid-template-columns:
         repeat(3,1fr);
         repeat(2,1fr);


     gap:20px;
     gap:22px 28px;


}
}


.card{
.skill{
 
    padding:24px;


     background:#fff;
     background:#111;


     border:
     border:
         1px solid var(--border);
         1px solid rgba(255,255,255,.07);


     border-radius:var(--radius);
     border-radius:18px;


     padding:28px 24px;
     min-height:230px;


     box-shadow:
     text-align:right;
        0 5px 25px rgba(0,0,0,.04);


    transition:
}
        transform .2s ease,
        box-shadow .2s ease;


.skill-image{
    width:100%;
    height:135px;
    margin-bottom:18px;
    overflow:hidden;
    border-radius:14px;
    background:#181818;
    border:1px solid rgba(255,255,255,.06);
}
}


.card:hover{
.skill-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}


    transform:translateY(-5px);
.skill-title{


     box-shadow:
     display:flex;
        0 15px 40px rgba(0,0,0,.1);


}
    justify-content:space-between;


.card-icon{
    color:#eee;


     width:55px;
     font-size:.83rem;


     height:55px;
     font-weight:800;


     display:grid;
     margin-bottom:9px;


    place-items:center;
}


    border-radius:15px;
.skill-title span:last-child{


     background:var(--gold-light);
     color:var(--gold);


    color:var(--gold-dark);
}


    font-size:1.3rem;
.skill-bar{


     margin-bottom:18px;
     height:7px;
 
    background:#242424;


}
    border-radius:50px;


.card h3{
    overflow:hidden;


    margin:0 0 8px;
}


    font-size:1.1rem;
.skill-bar span{


}
    display:block;


.card p{
    width:var(--width);


     margin:0;
     height:100%;


     color:var(--muted);
     background:var(--gold);


     font-size:.82rem;
     border-radius:inherit;


}
}
خط ۹۹۷: خط ۱٬۰۸۴:


/* =========================================================
/* =========================================================
   COURSES / PORTFOLIO
   CARDS
========================================================= */
========================================================= */


.course-card{
.cards-grid{
 
    width:100%;
 
    display:grid;


     padding:0;
     grid-template-columns:
        repeat(3,1fr);


     overflow:hidden;
     gap:20px;


}
}


.card-image{
.card{


     padding:10px;
     background:#101010;


     background:var(--cream-2);
     border:
        1px solid rgba(255,255,255,.08);


}
    border-radius:18px;


.card-image img{
    padding:28px 24px;
 
    box-shadow:
        0 10px 35px rgba(0,0,0,.25);


     width:100%;
     transition:
        transform .2s ease,
        border-color .2s ease;


    aspect-ratio:16/10;
}


    object-fit:contain;
.card:hover{


     background:#fff;
     transform:translateY(-5px);


     border-radius:12px;
     border-color:
        rgba(244,185,66,.3);


}
}


.card-content{
.card-icon{


     padding:22px;
     width:55px;


}
    height:55px;


.card-tag{
    display:grid;


     display:inline-block;
     place-items:center;


    padding:4px 10px;
     border-radius:15px;
 
     border-radius:50px;


     background:var(--gold-light);
     background:var(--gold-light);


     color:var(--gold-dark);
     color:var(--gold);


     font-size:.68rem;
     font-size:1.25rem;


     font-weight:800;
     margin-bottom:18px;


    margin-bottom:8px;
}


}
.card h3{


    margin:0 0 8px;


/* =========================================================
    color:#fff;
  TIMELINE
========================================================= */


.timeline{
     font-size:1.05rem;
 
     max-width:850px;
 
    margin:auto;


}
}


.timeline-item{
.card p{


     position:relative;
     margin:0;


     padding:
     color:#888;
        0 30px 35px;


     border-right:
     font-size:.8rem;
        2px solid var(--border);


}
}


.timeline-item:last-child{


    border-right-color:transparent;
/* =========================================================
  COURSE IMAGE
========================================================= */


}
.course-card{


.timeline-item::before{
    padding:0;


     content:"";
     overflow:hidden;


    position:absolute;
}


    right:-8px;
.card-image{


     top:3px;
     padding:9px;


     width:14px;
     background:#080808;


    height:14px;
}


    border-radius:50%;
.card-image img{


     background:var(--gold);
     width:100%;


     box-shadow:
     aspect-ratio:16/10;
        0 0 0 4px var(--cream);
 
    object-fit:contain;


}
    background:#151515;


.timeline-year{
    border-radius:12px;


    color:var(--gold-dark);
}


    font-size:.78rem;
.card-content{


     font-weight:800;
     padding:22px;


}
}


.timeline-item h3{
.card-tag{


     margin:5px 0;
     display:inline-block;


     font-size:1.05rem;
     padding:4px 10px;


}
    border-radius:50px;


.timeline-item p{
    background:var(--gold-light);


     color:var(--muted);
     color:var(--gold);


     font-size:.82rem;
     font-size:.66rem;


     margin:0;
     font-weight:800;


}
}
خط ۱٬۱۴۰: خط ۱٬۲۳۲:


/* =========================================================
/* =========================================================
   TESTIMONIALS
   TIMELINE
========================================================= */
========================================================= */


.testimonial{
.timeline{


     background:var(--cream);
     max-width:850px;
 
    margin:auto;


}
}


.quote{
.timeline-item{


     color:var(--gold);
     position:relative;


     font-size:1.8rem;
     padding:
        0 30px 38px;
 
    border-right:
        2px solid #222;


}
}


.testimonial p{
.timeline-item:last-child{


     color:#666;
     border-right-color:transparent;
 
    font-size:.83rem;


}
}


.testimonial-person{
.timeline-item::before{


     display:flex;
     content:"";


     align-items:center;
     position:absolute;


     gap:10px;
     right:-8px;


     margin-top:18px;
     top:3px;


}
    width:14px;


.testimonial-person img{
    height:14px;


     width:45px;
     border-radius:50%;


     height:45px;
     background:var(--gold);


     border-radius:50%;
     box-shadow:
        0 0 0 4px #0d0d0d;


    object-fit:cover;
}


}
.timeline-year{


.testimonial-person strong{
    color:var(--gold);


     display:block;
     font-size:.76rem;


     font-size:.82rem;
     font-weight:800;


}
}


.testimonial-person span{
.timeline-item h3{


     display:block;
     margin:5px 0;


     color:var(--muted);
     color:#fff;


     font-size:.68rem;
     font-size:1.05rem;


}
}


.timeline-item p{


/* =========================================================
    color:#888;
  BLOG
========================================================= */


.blog-card{
    font-size:.81rem;


     padding:0;
     margin:0;
 
    overflow:hidden;


}
}


.blog-card .card-image img{


    aspect-ratio:16/9;
/* =========================================================
  TESTIMONIAL
========================================================= */


}
.testimonial{
 
.blog-card .card-content{


     padding:20px;
     background:#101010;


}
}


.blog-date{
.quote{


     color:var(--gold-dark);
     color:var(--gold);


     font-size:.7rem;
     font-size:1.8rem;
 
    font-weight:800;


}
}


.blog-card h3{
.testimonial p{


     font-size:1rem;
     color:#999;


     margin:7px 0;
     font-size:.82rem;


}
}


.blog-card p{
.testimonial-person{


     font-size:.78rem;
     display:flex;


}
    align-items:center;


    gap:10px;


/* =========================================================
    margin-top:18px;
  CTA
========================================================= */


.cta{
}
 
    background:var(--black) !important;
 
    color:#fff;


.testimonial-avatar{
    width:52px;
    height:52px;
    flex:0 0 52px;
    display:grid;
    place-items:center;
    border-radius:50%;
    background:var(--gold-light);
    border:1px solid rgba(244,185,66,.2);
    color:var(--gold);
    font-size:1.25rem;
}
}


.cta-inner{
.testimonial-person strong{


     text-align:center;
     display:block;


     max-width:750px;
     color:#fff;


     margin:auto;
     font-size:.8rem;


}
}


.cta h2{
.testimonial-person span{


     margin:0 0 10px;
     display:block;


     font-size:
     color:#666;
        clamp(1.8rem,4vw,2.8rem);


     color:#fff;
     font-size:.67rem;


}
}


.cta p{


    color:#aaa;
/* =========================================================
  BLOG
========================================================= */


     font-size:.9rem;
.blog-card{
 
     padding:0;


     margin-bottom:22px;
     overflow:hidden;


}
}


.blog-card .card-image img{


/* =========================================================
    aspect-ratio:16/9;
  CONTACT
========================================================= */


.contact-grid{
}


    display:grid;
.blog-card .card-content{


     grid-template-columns:
     padding:20px;
        .8fr 1.2fr;


    gap:35px;
}


}
.blog-date{


.contact-list{
    color:var(--gold);


     display:grid;
     font-size:.68rem;


     gap:12px;
     font-weight:800;


}
}


.contact-item{
.blog-card h3{


     display:flex;
     color:#fff;


     align-items:center;
     font-size:1rem;


     gap:14px;
     margin:7px 0;


    padding:16px;
}


    background:var(--cream);


     border-radius:14px;
/* =========================================================
  CTA
========================================================= */
 
.cta{
 
     background:#000 !important;


}
}


.contact-icon{
.cta-inner{


     width:45px;
     max-width:750px;


     height:45px;
     margin:auto;


     flex:0 0 45px;
     text-align:center;


    display:grid;
}


    place-items:center;
.cta h2{


     border-radius:12px;
     margin:0 0 10px;


     background:var(--gold-light);
     color:#fff;


     color:var(--gold-dark);
     font-size:
        clamp(1.9rem,4vw,2.8rem);


}
}


.contact-item small{
.cta p{


     display:block;
     color:#888;


     color:var(--muted);
     font-size:.88rem;


     font-size:.68rem;
     margin-bottom:22px;


}
}


.contact-item strong{


    font-size:.82rem;
/* =========================================================
  CONTACT
========================================================= */


}
.contact-grid{


.contact-form{
    display:grid;


     background:#fff;
     grid-template-columns:
        .8fr 1.2fr;


     padding:28px;
     gap:35px;
 
    border-radius:var(--radius);
 
    border:
        1px solid var(--border);


}
}


.form-grid{
.contact-list{


     display:grid;
     display:grid;


    grid-template-columns:
     gap:12px;
        repeat(2,1fr);
 
     gap:15px;


}
}


.form-group.full{
.contact-item{


     grid-column:1/-1;
     display:flex;


}
    align-items:center;


.form-group label{
    gap:14px;


     display:block;
     padding:16px;


     font-size:.75rem;
     background:#111;


     font-weight:800;
     border:
        1px solid rgba(255,255,255,.07);


     margin-bottom:5px;
     border-radius:14px;


}
}


.form-group input,
.contact-icon{
.form-group textarea{


     width:100%;
     width:45px;


     padding:12px 14px;
     height:45px;


     border:
     flex:0 0 45px;
        1px solid var(--border);
 
    display:grid;


     border-radius:10px;
     place-items:center;


     background:var(--cream);
     border-radius:12px;


     outline:none;
     background:var(--gold-light);


     font-size:.8rem;
     color:var(--gold);


}
}


.form-group textarea{
.contact-item small{
 
    display:block;


     min-height:130px;
     color:#666;


     resize:vertical;
     font-size:.67rem;


}
}


.form-group input:focus,
.contact-item strong{
.form-group textarea:focus{
 
    color:#eee;


     border-color:var(--gold);
     font-size:.8rem;


}
}


.contact-form{


/* =========================================================
    background:#101010;
  FOOTER
========================================================= */


.footer{
    padding:28px;


     background:var(--black);
     border:
        1px solid rgba(255,255,255,.08);


     color:#aaa;
     border-radius:18px;


    padding:30px 0;
}


    text-align:center;
.form-grid{


}
    display:grid;


.footer strong{
    grid-template-columns:
        repeat(2,1fr);


     color:var(--gold);
     gap:15px;


}
}


.footer p{
.form-group.full{


     margin:0;
     grid-column:1/-1;
 
    font-size:.75rem;


}
}


.form-group label{


/* =========================================================
    display:block;
  TABLET
========================================================= */


@media(max-width:900px){
    color:#ddd;


     .left-sidebar{
     font-size:.74rem;


        display:none;
    font-weight:800;


     }
     margin-bottom:5px;


    .main-content{
}


        margin-left:0;
.form-group input,
.form-group textarea{


     }
     width:100%;


     .mobile-header{
     padding:12px 14px;


         position:sticky;
    border:
         1px solid rgba(255,255,255,.08);


        top:0;
    border-radius:10px;


        z-index:999;
    background:#080808;


        height:65px;
    color:#fff;


        display:flex;
    outline:none;


        align-items:center;
    font-size:.78rem;


        justify-content:center;
}


        background:
.form-group input::placeholder,
            rgba(23,23,23,.96);
.form-group textarea::placeholder{


        color:#fff;
    color:#555;


        border-bottom:
}
            1px solid rgba(255,255,255,.08);


    }
.form-group textarea{


     .mobile-header strong{
     min-height:130px;


        font-size:.95rem;
    resize:vertical;


    }
}


    .container{
.form-group input:focus,
.form-group textarea:focus{


        width:
    border-color:var(--gold);
            min(
                calc(100% - 40px),
                700px
            );


    }
}


    .section{


        padding:70px 0;
/* =========================================================
  FOOTER
========================================================= */


    }
.footer{


     .about-grid{
     padding:30px 0;


        grid-template-columns:1fr;
    background:#000;


        gap:35px;
    color:#666;


     }
     text-align:center;


     .about-image{
     border-top:
        1px solid rgba(255,255,255,.07);


        max-width:550px;
}


        margin:auto;
.footer strong{


     }
     color:var(--gold);


    .cards-grid{
}


        grid-template-columns:
.footer p{
            repeat(2,1fr);


     }
     margin:0;


     .contact-grid{
     font-size:.72rem;
 
        grid-template-columns:1fr;
 
    }


}
}
خط ۱٬۵۸۴: خط ۱٬۶۷۸:


/* =========================================================
/* =========================================================
   MOBILE
   TABLET
========================================================= */
========================================================= */


@media(max-width:600px){
@media(max-width:900px){


     html{
     .left-sidebar{


         scroll-padding-top:70px;
         display:none;


     }
     }


     .container{
     .main-content{


         width:
         margin-left:0;
            calc(100% - 28px);


     }
     }


     .section{
     .mobile-header{


         padding:55px 0;
         position:sticky;


    }
        top:0;


    .hero{
        z-index:999;


         min-height:auto;
         height:62px;
 
        display:flex;


         padding:
         align-items:center;
            75px 0 55px;


    }
        justify-content:center;


    .hero h1{
        background:#000;


         font-size:
         border-bottom:
             clamp(2rem,11vw,3rem);
             1px solid rgba(255,255,255,.08);


     }
     }


     .hero-subtitle{
     .mobile-header strong{


         font-size:1rem;
         color:#fff;
 
    }
 
    .hero-description{


         font-size:.88rem;
         font-size:.88rem;
خط ۱٬۶۳۶: خط ۱٬۷۲۶:
     }
     }


     .hero-buttons{
     .container{


         flex-direction:column;
         width:
            min(
                calc(100% - 45px),
                720px
            );


     }
     }


     .hero-buttons .btn{
     .section{


         width:100%;
         padding:45px 0;


     }
     }


     .hero-info{
     .about-grid{


         grid-template-columns:
         grid-template-columns:1fr;
            repeat(2,1fr);


         margin-top:35px;
         gap:35px;


     }
     }


     .counter-grid{
     .about-image{


         grid-template-columns:
         max-width:550px;
            repeat(2,1fr);


    }
         margin:auto;
 
    .counter{
 
         border-right:0;
 
        border-bottom:
            1px solid rgba(255,255,255,.1);


     }
     }


     .counter strong{
     .cards-grid{


         font-size:1.6rem;
         grid-template-columns:
            repeat(2,1fr);


     }
     }


     .skills-grid{
     .contact-grid{


         grid-template-columns:1fr;
         grid-template-columns:1fr;
خط ۱٬۶۸۵: خط ۱٬۷۷۱:
     }
     }


    .cards-grid{
}
 


        grid-template-columns:1fr;
/* =========================================================
  MOBILE
========================================================= */


    }
@media(max-width:600px){


     .card{
     html{


         padding:22px 18px;
         scroll-padding-top:65px;


     }
     }


     .card-image{
     .container{


         padding:8px;
         width:
            calc(100% - 28px);


     }
     }


     .card-image img{
     .section{


         aspect-ratio:
         min-height:auto;
            16 / 10;


         object-fit:contain;
         padding:35px 0;


     }
     }


     .timeline-item{
     .hero{


         padding-right:24px;
         padding:
            70px 0 50px;


     }
     }


     .testimonial{
     .hero h1{


         padding:22px 18px;
         font-size:
            clamp(2.2rem,12vw,3.3rem);


     }
     }


     .form-grid{
     .hero-subtitle{


         grid-template-columns:1fr;
         font-size:1rem;


     }
     }


     .form-group.full{
     .hero-description{


         grid-column:auto;
         font-size:.86rem;


     }
     }


     .contact-form{
     .hero-buttons{


         padding:20px;
         flex-direction:column;


     }
     }


     .section-title{
     .hero-buttons .btn{


         margin-bottom:35px;
         width:100%;


     }
     }


     .section-title h2{
     .hero-info{
 
        grid-template-columns:
            repeat(2,1fr);


         font-size:1.7rem;
         margin-top:35px;


     }
     }


     .section-title p{
     .counter-grid{


         font-size:.82rem;
         grid-template-columns:
            repeat(2,1fr);


     }
     }


}
    .counter{


        border-right:0;


/* =========================================================
        border-bottom:
  EXTRA SMALL
            1px solid rgba(255,255,255,.08);
========================================================= */


@media(max-width:380px){
    }


     .container{
     .counter strong{


         width:
         font-size:1.6rem;
            calc(100% - 22px);


     }
     }


     .hero-info-box{
     .skills-grid{
 
        grid-template-columns:1fr;


        padding:14px 7px;
    }


    .skill-image{
        height:155px;
     }
     }


     .hero-info-box strong{
     .cards-grid{


         font-size:.82rem;
         grid-template-columns:1fr;


     }
     }


     .hero-info-box span{
     .card{


         font-size:.62rem;
         padding:22px 18px;


     }
     }


}
    .card-image{


        padding:8px;


/* =========================================================
    }
  REDUCED MOTION
========================================================= */


@media(prefers-reduced-motion:reduce){
    .card-image img{


    *,
        aspect-ratio:16/10;
    *::before,
    *::after{


         scroll-behavior:auto !important;
         object-fit:contain;


        transition:none !important;
    }


         animation:none !important;
    .timeline-item{
 
         padding-right:24px;


     }
     }


}
    .form-grid{


</style>
        grid-template-columns:1fr;
</head>


    }


<body>
    .form-group.full{


<div class="page">
        grid-column:auto;


    }


<!-- =====================================================
    .contact-form{
    DESKTOP LEFT SIDEBAR
====================================================== -->


<aside class="left-sidebar">
        padding:20px;


     <div class="sidebar-logo">
     }


        <div class="logo-circle">
    .section-title{


            <i class="fa-solid fa-user"></i>
        margin-bottom:20px;


        </div>
    }


        <h2>
    .section-title h2{
            محمدرضا شایق
        </h2>


         <span>
         font-size:1.7rem;
            مدرس خودشناسی
        </span>


     </div>
     }


    .section-title p{


    <nav>
        font-size:.8rem;


        <ul class="sidebar-menu">
    }
 
}


            <li>
                <a href="#home" class="active">
                    <i class="fa-solid fa-house"></i>
                    خانه
                </a>
            </li>


            <li>
/* =========================================================
                <a href="#about">
  EXTRA SMALL
                    <i class="fa-solid fa-user"></i>
========================================================= */
                    درباره من
                </a>
            </li>


            <li>
@media(max-width:380px){
                <a href="#skills">
                    <i class="fa-solid fa-chart-simple"></i>
                    مهارت‌ها
                </a>
            </li>


            <li>
    .container{
                <a href="#services">
                    <i class="fa-solid fa-layer-group"></i>
                    آموزش‌ها
                </a>
            </li>


             <li>
        width:
                <a href="#courses">
             calc(100% - 22px);
                    <i class="fa-solid fa-graduation-cap"></i>
                    دوره‌ها
                </a>
            </li>


            <li>
    }
                <a href="#experience">
                    <i class="fa-solid fa-briefcase"></i>
                    سوابق
                </a>
            </li>


            <li>
    .hero-info-box{
                <a href="#testimonials">
                    <i class="fa-solid fa-comments"></i>
                    نظرات
                </a>
            </li>


            <li>
        padding:14px 7px;
                <a href="#blog">
                    <i class="fa-solid fa-book-open"></i>
                    مقالات
                </a>
            </li>


            <li>
    }
                <a href="#contact">
                    <i class="fa-solid fa-envelope"></i>
                    ارتباط با من
                </a>
            </li>


        </ul>
    .hero-info-box strong{


    </nav>
        font-size:.8rem;


    }


     <div class="sidebar-bottom">
     .hero-info-box span{


         <div class="sidebar-social">
         font-size:.6rem;


            <a href="#">
    }
                <i class="fa-brands fa-instagram"></i>
            </a>


            <a href="#">
}
                <i class="fa-brands fa-telegram"></i>
            </a>


            <a href="#">
                <i class="fa-brands fa-whatsapp"></i>
            </a>


        </div>
.card-content,
.contact-item > div:last-child,
.form-group label,
.form-group input,
.form-group textarea{
    text-align:center;
}


     </div>
.footer{
     text-align:center;
}


</aside>
.skill-image + .skill-title{
    margin-top:0;
}


/* =========================================================
  FINAL ALIGNMENT & SPACING
========================================================= */


<!-- =====================================================
.section > .container{
    MOBILE HEADER
    width:min(calc(100% - 50px),1180px);
====================================================== -->
    margin-inline:auto;
}


<header class="mobile-header">
.section-title,
.about-content,
.card,
.skill,
.timeline,
.contact-list,
.contact-form{
    text-align:center;
}


    <strong>
.hero-inner,
        محمدرضا شایق | مدرس خودشناسی
.hero-info,
     </strong>
.about-grid,
.skills-grid,
.cards-grid,
.timeline,
.contact-grid,
.cta-inner{
     margin-inline:auto;
}


</header>
.about-grid{
    max-width:1080px;
}


.cards-grid{
    max-width:1180px;
}


<!-- =====================================================
@media(max-width:900px){
    MAIN CONTENT
    .section > .container{
====================================================== -->
        width:min(calc(100% - 40px),720px);
    }


<main class="main-content">
    .counter-grid{
        grid-template-columns:repeat(3,1fr);
    }
}


@media(max-width:600px){
    .section > .container{
        width:calc(100% - 28px);
    }


<!-- =====================================================
    .hero-buttons{
    HERO
        justify-content:stretch;
====================================================== -->
    }


<section class="section hero"
    .cards-grid{
        id="home">
        gap:15px;
    }
}


    <div class="container">
/* =========================================================
  REDUCED MOTION
========================================================= */


        <div class="hero-inner">
@media(prefers-reduced-motion:reduce){


            <div class="hero-label">
    *,
    *::before,
    *::after{


                <i class="fa-solid fa-circle"></i>
        scroll-behavior:auto !important;


                مدرس خودشناسی و توسعه فردی
        transition:none !important;


            </div>
        animation:none !important;


    }


            <h1>
}


                محمدرضا
</style>


                <span>
</head>
                    شایق
                </span>


            </h1>


<body>


            <div class="hero-subtitle">
<div class="page">


                مدرس خودشناسی و آگاهی فردی


            </div>
<!-- =====================================================
    LEFT ICON MENU
===================================================== -->


<aside class="left-sidebar">


            <p class="hero-description">


                خودشناسی می‌تواند نقطه شروع یک تغییر واقعی
    <div class="sidebar-logo">
                در زندگی باشد؛ مسیری برای شناخت بهتر خود،
                توانمندی‌ها، احساسات و انتخاب‌های آگاهانه‌تر.


             </p>
        <div class="logo-circle">
 
             <i class="fa-solid fa-user"></i>
 
        </div>


        <h2>
            محمدرضا شایق
        </h2>


             <div class="hero-buttons">
        <span>
             مدرس خودشناسی
        </span>


                <a href="#about"
    </div>
                  class="btn btn-dark">


                    <i class="fa-solid fa-user"></i>


                    درباره من
    <nav>


                </a>
        <ul class="sidebar-menu">




                <a href="#courses"
            <li>
                  class="btn btn-gold">


                    <i class="fa-solid fa-graduation-cap"></i>
                <a href="#home"
                  class="active"
                  data-title="خانه">


                     مشاهده دوره‌ها
                     <i class="fa-solid fa-house"></i>


                 </a>
                 </a>


             </div>
             </li>




             <div class="hero-info">
             <li>


                <a href="#about"
                  data-title="درباره من">


                <div class="hero-info-box">
                    <i class="fa-solid fa-user"></i>


                    <i class="fa-solid fa-brain"></i>
                </a>


                    <strong>
            </li>
                        خودشناسی
                    </strong>


                    <span>
                        شناخت بهتر خود
                    </span>


                </div>
            <li>


                <a href="#skills"
                  data-title="تخصص‌ها">


                <div class="hero-info-box">
                    <i class="fa-solid fa-chart-simple"></i>


                    <i class="fa-solid fa-seedling"></i>
                </a>


                    <strong>
            </li>
                        رشد فردی
                    </strong>


                    <span>
                        مسیر رشد
                    </span>


                </div>
            <li>


                <a href="#services"
                  data-title="آموزش‌ها">


                <div class="hero-info-box">
                    <i class="fa-solid fa-layer-group"></i>


                    <i class="fa-solid fa-lightbulb"></i>
                </a>


                    <strong>
            </li>
                        آگاهی
                    </strong>


                    <span>
                        انتخاب آگاهانه
                    </span>


                </div>
            <li>


                <a href="#courses"
                  data-title="دوره‌ها">


                <div class="hero-info-box">
                    <i class="fa-solid fa-graduation-cap"></i>


                    <i class="fa-solid fa-heart"></i>
                </a>
 
            </li>


                    <strong>
                        آرامش
                    </strong>


                    <span>
            <li>
                        ارتباط با خود
                    </span>


                 </div>
                 <a href="#experience"
                  data-title="سوابق">


            </div>
                    <i class="fa-solid fa-briefcase"></i>


        </div>
                </a>


    </div>
            </li>


</section>


            <li>


<!-- =====================================================
                <a href="#testimonials"
    ABOUT
                  data-title="نظرات">
====================================================== -->


<section class="section"
                    <i class="fa-solid fa-comments"></i>
        id="about">


    <div class="container">
                </a>


        <div class="section-title">
            </li>


            <small>
                درباره من
            </small>


             <h2>
             <li>
                شناخت خود، آغاز مسیر تغییر
            </h2>


        </div>
                <a href="#blog"
                  data-title="مقالات">


                    <i class="fa-solid fa-book-open"></i>


        <div class="about-grid">
                </a>


            </li>


            <div class="about-image">


                <img
            <li>
                src="https://images.unsplash.com/photo-1560250097-0b93528c311a?auto=format&fit=crop&w=1000&q=85"
                alt="محمدرضا شایق مدرس خودشناسی"
                loading="lazy">


            </div>
                <a href="#contact"
                  data-title="ارتباط با من">


                    <i class="fa-solid fa-envelope"></i>


            <div class="about-content">
                </a>


                <h2>
            </li>
                    همراه شما در مسیر خودشناسی
                </h2>


                <p>


                    من محمدرضا شایق، مدرس خودشناسی هستم
        </ul>
                    و تلاش می‌کنم مفاهیم خودشناسی و رشد فردی
                    را به شکلی ساده، کاربردی و قابل استفاده
                    در زندگی روزمره آموزش دهم.


                </p>
    </nav>


                <p>


                    هدف این آموزش‌ها کمک به شناخت بهتر افکار،
    <div class="sidebar-bottom">
                    احساسات، توانمندی‌ها، ارزش‌ها و الگوهای
                    رفتاری است تا هر فرد بتواند مسیر زندگی خود
                    را آگاهانه‌تر انتخاب کند.


                </p>
        <div class="sidebar-social">


            <a href="#" title="اینستاگرام">


                 <ul class="about-list">
                 <i class="fa-brands fa-instagram"></i>


                    <li>
            </a>


                        <i class="fa-solid fa-check"></i>
            <a href="#" title="تلگرام">


                        شناخت بهتر ویژگی‌ها و توانمندی‌های فردی
                <i class="fa-brands fa-telegram"></i>


                    </li>
            </a>


            <a href="#" title="واتساپ">


                    <li>
                <i class="fa-brands fa-whatsapp"></i>


                        <i class="fa-solid fa-check"></i>
            </a>


                        افزایش آگاهی نسبت به افکار و احساسات
        </div>


                    </li>
    </div>


</aside>


                    <li>


                        <i class="fa-solid fa-check"></i>
<!-- =====================================================
    MOBILE HEADER
===================================================== -->


                        شناخت موانع رشد شخصی
<header class="mobile-header ">


                    </li>
    <strong>
        محمدرضا شایق | مدرس خودشناسی
    </strong>


</header>


                    <li>


                        <i class="fa-solid fa-check"></i>
<!-- =====================================================
    MAIN
===================================================== -->


                        حرکت آگاهانه‌تر در مسیر زندگی
<main class="main-content full-width-page">


                    </li>


                </ul>
<!-- =====================================================
    HOME
===================================================== -->


            </div>
<section class="section hero"
        id="home">


        </div>
    <div class="container">


    </div>
        <div class="hero-inner">


</section>


            <div class="hero-label">


<!-- =====================================================
                <i class="fa-solid fa-circle"></i>
    COUNTERS
====================================================== -->


<section class="section counters">
                مدرس خودشناسی و توسعه فردی


    <div class="container">
            </div>


        <div class="counter-grid">


            <h1>


            <div class="counter">
                 محمدرضا
 
                 <i class="fa-solid fa-users"></i>
 
                <strong>
                    500+
                </strong>


                 <span>
                 <span>
                     شرکت‌کننده
                     شایق
                 </span>
                 </span>


             </div>
             </h1>




             <div class="counter">
             <div class="hero-subtitle">


                 <i class="fa-solid fa-book"></i>
                 مدرس خودشناسی و آگاهی فردی


                <strong>
            </div>
                    20+
                </strong>


                <span>
                    دوره و کارگاه
                </span>


             </div>
             <p class="hero-description">


                خودشناسی می‌تواند نقطه شروع یک تغییر واقعی
                در زندگی باشد؛ مسیری برای شناخت بهتر خود،
                توانمندی‌ها، احساسات و انتخاب‌های آگاهانه‌تر.


             <div class="counter">
             </p>


                <i class="fa-solid fa-clock"></i>


                <strong>
            <div class="hero-buttons">
                    1000+
                </strong>


                 <span>
                 <a href="#about"
                    ساعت آموزش
                  class="btn btn-gold">
                </span>


            </div>
                    <i class="fa-solid fa-user"></i>


                    درباره من


            <div class="counter">
                </a>


                <i class="fa-solid fa-star"></i>


                 <strong>
                 <a href="#courses"
                    95%
                  class="btn btn-outline">
                </strong>


                <span>
                    <i class="fa-solid fa-graduation-cap"></i>
                    رضایت
                </span>


            </div>
                    مشاهده دوره‌ها


        </div>
                </a>


    </div>
            </div>


</section>


            <div class="hero-info">


<!-- =====================================================
    SKILLS
====================================================== -->


<section class="section"
                <div class="hero-info-box">
        id="skills">


    <div class="container">
                    <i class="fa-solid fa-brain"></i>


        <div class="section-title">
                    <strong>
                        خودشناسی
                    </strong>


            <small>
                    <span>
                تخصص‌ها
                        شناخت بهتر خود
            </small>
                    </span>


            <h2>
                 </div>
                 حوزه‌های تخصصی
            </h2>


        </div>


                <div class="hero-info-box">


        <div class="skills-grid">
                    <i class="fa-solid fa-seedling"></i>


 
                    <strong>
            <div class="skill">
                        رشد فردی
 
                    </strong>
                <div class="skill-title">


                     <span>
                     <span>
                         خودشناسی
                         مسیر رشد
                    </span>
 
                    <span>
                        95%
                     </span>
                     </span>


                 </div>
                 </div>


                <div class="skill-bar">


                    <span style="--width:95%"></span>
                <div class="hero-info-box">


                </div>
                    <i class="fa-solid fa-lightbulb"></i>


            </div>
                    <strong>
                        آگاهی
                    </strong>
 
                    <span>
                        انتخاب آگاهانه
                    </span>
 
                </div>




            <div class="skill">
                <div class="hero-info-box">


                <div class="skill-title">
                    <i class="fa-solid fa-heart"></i>


                     <span>
                     <strong>
                         توسعه فردی
                         آرامش
                     </span>
                     </strong>


                     <span>
                     <span>
                         90%
                         ارتباط با خود
                     </span>
                     </span>


                 </div>
                 </div>


                 <div class="skill-bar">
                 <div class="hero-info-box">
 
                    <i class="fa-solid fa-bullseye"></i>
 
                    <strong>
                        تمرکز
                    </strong>


                     <span style="--width:90%"></span>
                     <span>
                        هدفمندی بیشتر
                    </span>


                 </div>
                 </div>


             </div>
             </div>


        </div>


            <div class="skill">
    </div>


                <div class="skill-title">
</section>


                    <span>
                        آموزش و کارگاه
                    </span>


                    <span>
<!-- =====================================================
                        92%
    ABOUT
                    </span>
===================================================== -->


                </div>
<section class="section"
        id="about">


                <div class="skill-bar">
    <div class="container">


                    <span style="--width:92%"></span>
        <div class="section-title">


                 </div>
            <small>
                 درباره من
            </small>


             </div>
            <h2>
                شناخت خود، آغاز مسیر تغییر
             </h2>


        </div>


            <div class="skill">


                <div class="skill-title">
        <div class="about-grid">


                    <span>
                        مهارت‌های فردی
                    </span>


                    <span>
            <div class="about-image">
                        88%
                    </span>


                 </div>
                 <img
                src="https://dl.faraghaib.ir/m/260021-01/260021-01-16.png"
                alt="محمدرضا شایق مدرس خودشناسی"
                loading="lazy">


                <div class="skill-bar">
            </div>


                    <span style="--width:88%"></span>


                </div>
            <div class="about-content" style="text-align:right;">


            </div>
                <h2>
                    همراه شما در مسیر خودشناسی
                </h2>


        </div>
                <p>


    </div>
                    من محمدرضا شایق، مدرس خودشناسی هستم
                    و تلاش می‌کنم مفاهیم خودشناسی و رشد فردی
                    را به شکلی ساده، کاربردی و قابل استفاده
                    در زندگی روزمره آموزش دهم.


</section>
                </p>


                <p>


<!-- =====================================================
                    هدف این آموزش‌ها کمک به شناخت بهتر افکار،
    SERVICES
                    احساسات، توانمندی‌ها، ارزش‌ها و الگوهای
====================================================== -->
                    رفتاری است تا هر فرد بتواند مسیر زندگی خود
                    را آگاهانه‌تر انتخاب کند.


<section class="section"
                </p>
        id="services">


    <div class="container">


        <div class="section-title">
                <ul class="about-list">


            <small>
                    <li>
                آموزش‌ها
                        <i class="fa-solid fa-check"></i>
            </small>
                        شناخت بهتر ویژگی‌ها و توانمندی‌های فردی
                    </li>


            <h2>
                    <li>
                در چه زمینه‌هایی آموزش می‌دهم؟
                        <i class="fa-solid fa-check"></i>
            </h2>
                        افزایش آگاهی نسبت به افکار و احساسات
                    </li>


            <p>
                    <li>
                آموزش‌هایی برای شناخت بهتر خود و ساختن
                        <i class="fa-solid fa-check"></i>
                نگاه آگاهانه‌تر به زندگی.
                        شناخت موانع رشد شخصی
            </p>
                    </li>


        </div>
                    <li>
                        <i class="fa-solid fa-check"></i>
                        حرکت آگاهانه‌تر در مسیر زندگی
                    </li>


                </ul>


        <div class="cards-grid">
            </div>


        </div>


            <article class="card">
    </div>


                <div class="card-icon">
</section>


                    <i class="fa-solid fa-brain"></i>


                </div>
<!-- =====================================================
    COUNTERS
===================================================== -->


                <h3>
<section class="section counters">
                    خودشناسی
                </h3>


                <p>
    <div class="container">
                    شناخت ویژگی‌ها، افکار، احساسات،
                    ارزش‌ها و الگوهای رفتاری.
                </p>


            </article>
        <div class="counter-grid">




             <article class="card">
             <div class="counter">


                 <div class="card-icon">
                 <i class="fa-solid fa-users"></i>


                    <i class="fa-solid fa-seedling"></i>
                <strong>
                    500+
                </strong>


                 </div>
                <span>
                    شرکت‌کننده
                 </span>


                <h3>
            </div>
                    رشد فردی
                </h3>


                <p>
                    پیدا کردن موانع رشد و ایجاد تغییرات
                    مثبت و پایدار در زندگی.
                </p>


             </article>
             <div class="counter">


                <i class="fa-solid fa-book"></i>


            <article class="card">
                <strong>
                    20+
                </strong>


                 <div class="card-icon">
                 <span>
                    دوره و کارگاه
                </span>


                    <i class="fa-solid fa-compass"></i>
            </div>


                </div>


                <h3>
            <div class="counter">
                    مسیر زندگی
                </h3>


                 <p>
                 <i class="fa-solid fa-clock"></i>
                    شناخت علایق، ارزش‌ها و توانمندی‌ها
                    برای انتخاب مسیر مناسب‌تر.
                </p>


            </article>
                <strong>
                    1000+
                </strong>


                <span>
                    ساعت آموزش
                </span>


             <article class="card">
             </div>


                <div class="card-icon">


                    <i class="fa-solid fa-lightbulb"></i>
            <div class="counter">


                 </div>
                 <i class="fa-solid fa-star"></i>


                 <h3>
                 <strong>
                     آگاهی فردی
                     95%
                 </h3>
                 </strong>


                 <p>
                 <span>
                     افزایش شناخت نسبت به انتخاب‌ها،
                     رضایت
                    رفتارها و الگوهای ذهنی.
                 </span>
                 </p>


             </article>
             </div>


            <div class="counter">


            <article class="card">
                <i class="fa-solid fa-chalkboard-user"></i>


                 <div class="card-icon">
                 <strong>
                    50+
                </strong>


                    <i class="fa-solid fa-comments"></i>
                 <span>
 
                </div>
 
                 <h3>
                     کارگاه آموزشی
                     کارگاه آموزشی
                 </h3>
                 </span>


                <p>
            </div>
                    برگزاری دوره‌ها و کارگاه‌های آموزشی
                    در زمینه خودشناسی و توسعه فردی.
                </p>


             </article>
             <div class="counter">


                <i class="fa-solid fa-award"></i>


            <article class="card">
                <strong>
                    10+
                </strong>


                 <div class="card-icon">
                 <span>
                    سال تجربه
                </span>


                    <i class="fa-solid fa-heart"></i>
            </div>
 
                </div>


                <h3>
                    ارتباط با خود
                </h3>
                <p>
                    ایجاد رابطه‌ای آگاهانه‌تر با خود،
                    نیازها و خواسته‌های شخصی.
                </p>
            </article>


         </div>
         </div>
خط ۲٬۵۷۳: خط ۲٬۶۴۵:


<!-- =====================================================
<!-- =====================================================
     COURSES
     SKILLS
====================================================== -->
===================================================== -->


<section class="section"
<section class="section"
         id="courses">
         id="skills">


     <div class="container">
     <div class="container">
خط ۲٬۵۸۴: خط ۲٬۶۵۶:


             <small>
             <small>
                 دوره‌ها
                 تخصص‌ها
             </small>
             </small>


             <h2>
             <h2>
                 دوره‌های آموزشی
                 حوزه‌های تخصصی
             </h2>
             </h2>


خط ۲٬۵۹۴: خط ۲٬۶۶۶:




         <div class="cards-grid">
         <div class="skills-grid">




             <article class="card course-card">
             <div class="skill">
 
                <div class="card-image">
 
                    <img
                    src="https://images.unsplash.com/photo-1499750310107-5fef28a66643?auto=format&fit=crop&w=1000&q=85"
                    alt="دوره خودشناسی"
                    loading="lazy">


                <div class="skill-image">
                    <img src="https://dl.faraghaib.ir/m/260021-01/260021-01-17.png"
                        alt="تصویر حوزه تخصصی خودشناسی"
                        loading="lazy">
                 </div>
                 </div>


                 <div class="card-content">
                 <div class="skill-title">


                     <span class="card-tag">
                     <span>
                         خودشناسی
                         خودشناسی
                     </span>
                     </span>


                     <h3>
                     <span>
                         شروع مسیر خودشناسی
                         95%
                     </h3>
                     </span>


                    <p>
                </div>
                        آشنایی با مفاهیم پایه خودشناسی
                        و شناخت بهتر خود.
                    </p>


                 </div>
                 <div class="skill-bar">


            </article>
                    <span style="--width:95%"></span>


                </div>


             <article class="card course-card">
             </div>


                <div class="card-image">


                    <img
            <div class="skill">
                    src="https://images.unsplash.com/photo-1531482615713-2afd69097998?auto=format&fit=crop&w=1000&q=85"
                    alt="دوره توسعه فردی"
                    loading="lazy">


                <div class="skill-image">
                    <img src="https://dl.faraghaib.ir/m/260021-01/260021-01-18.png"
                        alt="تصویر حوزه تخصصی خودشناسی"
                        loading="lazy">
                 </div>
                 </div>


                 <div class="card-content">
                 <div class="skill-title">


                     <span class="card-tag">
                     <span>
                         توسعه فردی
                         توسعه فردی
                     </span>
                     </span>


                     <h3>
                     <span>
                         مسیر رشد فردی
                         90%
                     </h3>
                     </span>


                    <p>
                </div>
                        شناخت موانع رشد و ایجاد مسیر
                        عملی برای پیشرفت شخصی.
                    </p>


                 </div>
                 <div class="skill-bar">


            </article>
                    <span style="--width:90%"></span>


                </div>


             <article class="card course-card">
             </div>


                <div class="card-image">


                    <img
            <div class="skill">
                    src="https://images.unsplash.com/photo-1522202176988-66273c2fd55f?auto=format&fit=crop&w=1000&q=85"
                    alt="کارگاه خودشناسی"
                    loading="lazy">


                <div class="skill-image">
                    <img src="https://dl.faraghaib.ir/m/260021-01/260021-01-19.png"
                        alt="تصویر حوزه تخصصی خودشناسی"
                        loading="lazy">
                 </div>
                 </div>


                 <div class="card-content">
                 <div class="skill-title">


                     <span class="card-tag">
                     <span>
                         کارگاه
                         آموزش و کارگاه
                     </span>
                     </span>


                     <h3>
                     <span>
                         آگاهی و انتخاب
                         92%
                     </h3>
                     </span>
 
                </div>
 
                <div class="skill-bar">


                     <p>
                     <span style="--width:92%"></span>
                        بررسی الگوهای ذهنی و رفتاری
                        برای انتخاب‌های آگاهانه‌تر.
                    </p>


                 </div>
                 </div>


             </article>
             </div>


        </div>


    </div>
            <div class="skill">


</section>
                <div class="skill-image">
                    <img src="https://dl.faraghaib.ir/m/260021-01/260021-01-20.png"
                        alt="تصویر حوزه تخصصی خودشناسی"
                        loading="lazy">
                </div>


                <div class="skill-title">


<!-- =====================================================
                    <span>
    EXPERIENCE
                        مهارت‌های فردی
====================================================== -->
                    </span>


<section class="section"
                    <span>
        id="experience">
                        88%
                    </span>


    <div class="container">
                </div>


        <div class="section-title">
                <div class="skill-bar">


            <small>
                    <span style="--width:88%"></span>
                 سوابق
 
             </small>
                 </div>
 
             </div>


            <h2>
                مسیر حرفه‌ای
            </h2>


         </div>
         </div>


    </div>


        <div class="timeline">
</section>




            <div class="timeline-item">
<!-- =====================================================
    SERVICES
===================================================== -->


                <span class="timeline-year">
<section class="section"
                    ۱۴۰۲ — اکنون
        id="services">
                </span>


                <h3>
    <div class="container">
                    مدرس خودشناسی و توسعه فردی
                </h3>


                <p>
        <div class="section-title">
                    برگزاری دوره‌ها و کارگاه‌های آموزشی
                    در زمینه خودشناسی و رشد فردی.
                </p>


             </div>
            <small>
                آموزش‌ها
             </small>


            <h2>
                در چه زمینه‌هایی آموزش می‌دهم؟
            </h2>


             <div class="timeline-item">
             <p>
 
                آموزش‌هایی برای شناخت بهتر خود و ساختن
                 <span class="timeline-year">
                 نگاه آگاهانه‌تر به زندگی.
                    ۱۳۹۹ — ۱۴۰۲
            </p>
                </span>


                <h3>
        </div>
                    مدرس و برگزارکننده کارگاه
                </h3>


                <p>
                    طراحی و اجرای برنامه‌های آموزشی
                    با تمرکز بر آگاهی و مهارت‌های فردی.
                </p>


            </div>
        <div class="cards-grid">




             <div class="timeline-item">
             <article class="card">


                 <span class="timeline-year">
                 <div class="card-icon">
                     ۱۳۹۷ — ۱۳۹۹
                     <i class="fa-solid fa-brain"></i>
                 </span>
                 </div>


                 <h3>
                 <h3>
                     آغاز فعالیت آموزشی
                     خودشناسی
                 </h3>
                 </h3>


                 <p>
                 <p>
                     آغاز فعالیت تخصصی در زمینه آموزش،
                     شناخت ویژگی‌ها، افکار، احساسات،
                     مطالعه و توسعه فردی.
                     ارزش‌ها و الگوهای رفتاری.
                 </p>
                 </p>


             </div>
             </article>


        </div>


    </div>
            <article class="card">


</section>
                <div class="card-icon">
                    <i class="fa-solid fa-seedling"></i>
                </div>


                <h3>
                    رشد فردی
                </h3>


<!-- =====================================================
                <p>
    TESTIMONIALS
                    پیدا کردن موانع رشد و ایجاد تغییرات
====================================================== -->
                    مثبت و پایدار در زندگی.
                </p>


<section class="section"
            </article>
        id="testimonials">


    <div class="container">


        <div class="section-title">
            <article class="card">


            <small>
                <div class="card-icon">
                 نظرات
                    <i class="fa-solid fa-compass"></i>
            </small>
                 </div>


            <h2>
                <h3>
                 تجربه همراهان
                    مسیر زندگی
            </h2>
                 </h3>


        </div>
                <p>
                    شناخت علایق، ارزش‌ها و توانمندی‌ها
                    برای انتخاب مسیر مناسب‌تر.
                </p>


            </article>


        <div class="cards-grid">


            <article class="card">


            <article class="card testimonial">
                <div class="card-icon">
                    <i class="fa-solid fa-lightbulb"></i>
                </div>


                 <div class="quote">
                 <h3>
                     <i class="fa-solid fa-quote-right"></i>
                     آگاهی فردی
                 </div>
                 </h3>


                 <p>
                 <p>
                     شرکت در دوره باعث شد نگاه متفاوتی
                     افزایش شناخت نسبت به انتخاب‌ها،
                     نسبت به خودم و تصمیم‌هایم پیدا کنم.
                     رفتارها و الگوهای ذهنی.
                 </p>
                 </p>


                <div class="testimonial-person">
            </article>


                    <img
                    src="https://i.pravatar.cc/100?img=32"
                    alt="شرکت کننده دوره"
                    loading="lazy">


                    <div>
            <article class="card">


                        <strong>
                <div class="card-icon">
                            سارا احمدی
                    <i class="fa-solid fa-comments"></i>
                        </strong>
                </div>


                        <span>
                <h3>
                            شرکت‌کننده دوره
                    کارگاه آموزشی
                        </span>
                </h3>


                    </div>
                <p>
 
                    برگزاری دوره‌ها و کارگاه‌های آموزشی
                 </div>
                    در زمینه خودشناسی و توسعه فردی.
                 </p>


             </article>
             </article>




             <article class="card testimonial">
             <article class="card">


                 <div class="quote">
                 <div class="card-icon">
                     <i class="fa-solid fa-quote-right"></i>
                     <i class="fa-solid fa-heart"></i>
                 </div>
                 </div>
                <h3>
                    ارتباط با خود
                </h3>


                 <p>
                 <p>
                     محتوای دوره بسیار کاربردی بود و کمک کرد
                     ایجاد رابطه‌ای آگاهانه‌تر با خود،
                     نقاط قوت خودم را بهتر بشناسم.
                     نیازها و خواسته‌های شخصی.
                 </p>
                 </p>


                <div class="testimonial-person">
            </article>


                    <img
                    src="https://i.pravatar.cc/100?img=12"
                    alt="شرکت کننده کارگاه"
                    loading="lazy">


                    <div>
        </div>


                        <strong>
    </div>
                            علی رضایی
                        </strong>


                        <span>
</section>
                            شرکت‌کننده کارگاه
                        </span>


                    </div>


                </div>
<!-- =====================================================
    COURSES
===================================================== -->


            </article>
<section class="section"
        id="courses">


    <div class="container">


            <article class="card testimonial">
        <div class="section-title">


                <div class="quote">
            <small>
                    <i class="fa-solid fa-quote-right"></i>
                دوره‌ها
                 </div>
            </small>
 
            <h2>
                 دوره‌های آموزشی
            </h2>


                <p>
        </div>
                    فضای آموزشی خوب و محتوای دوره باعث شد
                    بعضی از الگوهای رفتاری خودم را بهتر ببینم.
                </p>


                <div class="testimonial-person">


                    <img
        <div class="cards-grid">
                    src="https://i.pravatar.cc/100?img=47"
                    alt="شرکت کننده دوره"
                    loading="lazy">


                    <div>


                        <strong>
            <article class="card course-card">
                            مریم کریمی
                        </strong>


                        <span>
                <div class="card-image">
                            شرکت‌کننده دوره
                        </span>


                     </div>
                     <img
                    src="https://dl.faraghaib.ir/m/260021-01/260021-01-04.jpg"
                    alt="دوره خودشناسی"
                    loading="lazy">


                 </div>
                 </div>


            </article>
                <div class="card-content">


        </div>
                    <span class="card-tag">
                        خودشناسی
                    </span>


    </div>
                    <h3>
                        شروع مسیر خودشناسی
                    </h3>


</section>
                    <p>
                        آشنایی با مفاهیم پایه خودشناسی
                        و شناخت بهتر خود.
                    </p>


                </div>


<!-- =====================================================
            </article>
    BLOG
====================================================== -->


<section class="section"
        id="blog">


    <div class="container">
             <article class="card course-card">
 
        <div class="section-title">
 
            <small>
                مجله خودشناسی
            </small>
 
            <h2>
                مقالات و مطالب آموزشی
            </h2>
 
        </div>
 
 
        <div class="cards-grid">
 
 
             <article class="card blog-card">


                 <div class="card-image">
                 <div class="card-image">


                     <img
                     <img
                     src="https://images.unsplash.com/photo-1499750310107-5fef28a66643?auto=format&fit=crop&w=1000&q=85"
                     src="https://dl.faraghaib.ir/m/260021-01/260021-01-05.jpg"
                     alt="خودشناسی چیست"
                     alt="دوره توسعه فردی"
                     loading="lazy">
                     loading="lazy">


خط ۲٬۹۵۵: خط ۳٬۰۰۶:
                 <div class="card-content">
                 <div class="card-content">


                     <span class="blog-date">
                     <span class="card-tag">
                         خودشناسی
                         توسعه فردی
                     </span>
                     </span>


                     <h3>
                     <h3>
                         خودشناسی چیست؟
                         مسیر رشد فردی
                     </h3>
                     </h3>


                     <p>
                     <p>
                         نگاهی ساده به مفهوم خودشناسی
                         شناخت موانع رشد و ایجاد مسیر
                         و اهمیت آن در زندگی.
                         عملی برای پیشرفت شخصی.
                     </p>
                     </p>


خط ۲٬۹۷۳: خط ۳٬۰۲۴:




             <article class="card blog-card">
             <article class="card course-card">


                 <div class="card-image">
                 <div class="card-image">


                     <img
                     <img
                     src="https://images.unsplash.com/photo-1531482615713-2afd69097998?auto=format&fit=crop&w=1000&q=85"
                     src="https://dl.faraghaib.ir/m/260021-01/260021-01-06.jpg"
                     alt="رشد فردی"
                     alt="کارگاه خودشناسی"
                     loading="lazy">
                     loading="lazy">


خط ۲٬۹۸۶: خط ۳٬۰۳۷:
                 <div class="card-content">
                 <div class="card-content">


                     <span class="blog-date">
                     <span class="card-tag">
                         رشد فردی
                         کارگاه
                     </span>
                     </span>


                     <h3>
                     <h3>
                         مسیر رشد فردی را چگونه پیدا کنیم؟
                         آگاهی و انتخاب
                     </h3>
                     </h3>


                     <p>
                     <p>
                         چند نکته برای شناخت بهتر اهداف
                         بررسی الگوهای ذهنی و رفتاری
                         و مسیر شخصی.
                         برای انتخاب‌های آگاهانه‌تر.
                     </p>
                     </p>


خط ۳٬۰۰۴: خط ۳٬۰۵۵:




             <article class="card blog-card">
             <article class="card course-card">


                 <div class="card-image">
                 <div class="card-image">
                     <img
                     <img
                     src="https://images.unsplash.com/photo-1506784983877-45594efa4cbe?auto=format&fit=crop&w=1000&q=85"
                     src="https://dl.faraghaib.ir/m/260021-01/260021-01-07.jpg"
                     alt="انتخاب آگاهانه"
                     alt="دوره مهارت‌های فردی"
                     loading="lazy">
                     loading="lazy">
                 </div>
                 </div>


                 <div class="card-content">
                 <div class="card-content">
                    <span class="card-tag">مهارت فردی</span>


                    <span class="blog-date">
                     <h3>تقویت مهارت‌های فردی</h3>
                        آگاهی
                    </span>
 
                     <h3>
                        انتخاب آگاهانه چگونه شکل می‌گیرد؟
                    </h3>


                     <p>
                     <p>
                         نقش آگاهی در تصمیم‌های مهم
                         تمرین مهارت‌های کاربردی برای
                         و انتخاب‌های زندگی.
                         ارتباط بهتر با خود و دیگران.
                     </p>
                     </p>
                 </div>
                 </div>


             </article>
             </article>


        </div>
            <article class="card course-card">


    </div>
                <div class="card-image">
                    <img
                    src="https://dl.faraghaib.ir/m/260021-01/260021-01-08.jpg"
                    alt="دوره آگاهی فردی"
                    loading="lazy">
                </div>


</section>
                <div class="card-content">
                    <span class="card-tag">آگاهی</span>


                    <h3>افزایش آگاهی فردی</h3>


<!-- =====================================================
                    <p>
    CTA
                        شناخت الگوهای ذهنی و ایجاد
====================================================== -->
                        انتخاب‌های آگاهانه‌تر در زندگی.
                    </p>
                </div>


<section class="section cta">
            </article>


    <div class="container">
            <article class="card course-card">


        <div class="cta-inner">
                <div class="card-image">
                    <img
                    src="https://dl.faraghaib.ir/m/260021-01/260021-01-09.jpg"
                    alt="کارگاه رشد فردی"
                    loading="lazy">
                </div>


            <h2>
                <div class="card-content">
                مسیر شناخت خود را شروع کنید
                    <span class="card-tag">رشد فردی</span>
            </h2>


            <p>
                    <h3>کارگاه مسیر رشد</h3>
                اگر می‌خواهید خودتان را بهتر بشناسید
                و آگاهانه‌تر مسیر زندگی‌تان را انتخاب کنید،
                با من در ارتباط باشید.
            </p>


            <a href="#contact"
                    <p>
              class="btn btn-gold">
                        بررسی موانع رشد و ساختن مسیر
                        عملی برای پیشرفت شخصی.
                    </p>
                </div>


                <i class="fa-solid fa-arrow-left"></i>
            </article>


                ارتباط با من


            </a>
         </div>
 
         </div>


     </div>
     </div>
خط ۳٬۰۷۸: خط ۳٬۱۳۰:


<!-- =====================================================
<!-- =====================================================
     CONTACT
     EXPERIENCE
====================================================== -->
===================================================== -->


<section class="section"
<section class="section"
         id="contact">
         id="experience">


     <div class="container">
     <div class="container">
خط ۳٬۰۸۹: خط ۳٬۱۴۱:


             <small>
             <small>
                 ارتباط
                 سوابق
             </small>
             </small>


             <h2>
             <h2>
                 با من در ارتباط باشید
                 مسیر حرفه‌ای
             </h2>
             </h2>


خط ۳٬۰۹۹: خط ۳٬۱۵۱:




         <div class="contact-grid">
         <div class="timeline">




             <div class="contact-list">
             <div class="timeline-item">


                <span class="timeline-year">
                    ۱۴۰۲ — اکنون
                </span>


                 <div class="contact-item">
                 <h3>
                    مدرس خودشناسی و توسعه فردی
                </h3>


                     <div class="contact-icon">
                <p>
                    برگزاری دوره‌ها و کارگاه‌های آموزشی
                     در زمینه خودشناسی و رشد فردی.
                </p>


                        <i class="fa-solid fa-phone"></i>
            </div>


                    </div>


                    <div>
            <div class="timeline-item">


                        <small>
                <span class="timeline-year">
                            شماره تماس
                    ۱۳۹۹ — ۱۴۰۲
                        </small>
                </span>


                        <strong>
                <h3>
                            ۰۹۱۲۱۲۳۴۵۶۷۸
                    مدرس و برگزارکننده کارگاه
                        </strong>
                </h3>


                     </div>
                <p>
                    طراحی و اجرای برنامه‌های آموزشی
                     با تمرکز بر آگاهی و مهارت‌های فردی.
                </p>


                </div>
            </div>




                <div class="contact-item">
            <div class="timeline-item">


                    <div class="contact-icon">
                <span class="timeline-year">
                    ۱۳۹۷ — ۱۳۹۹
                </span>


                        <i class="fa-regular fa-envelope"></i>
                <h3>
                    آغاز فعالیت آموزشی
                </h3>


                     </div>
                <p>
                    آغاز فعالیت تخصصی در زمینه آموزش،
                     مطالعه و توسعه فردی.
                </p>


                    <div>
            </div>


                        <small>
                            ایمیل
                        </small>


                        <strong>
        </div>
                            info@example.ir
                        </strong>


                    </div>
    </div>


                </div>
</section>




                <div class="contact-item">
<!-- =====================================================
    TESTIMONIALS
===================================================== -->


                    <div class="contact-icon">
<section class="section"
        id="testimonials">


                        <i class="fa-brands fa-instagram"></i>
    <div class="container">


                    </div>
        <div class="section-title">


                    <div>
            <small>
                نظرات
            </small>


                        <small>
            <h2>
                            اینستاگرام
                تجربه همراهان
                        </small>
            </h2>


                        <strong>
        </div>
                            @yourusername
                        </strong>


                    </div>


                </div>
        <div class="cards-grid">


            </div>


            <article class="card testimonial">


            <form class="contact-form">
                <div class="quote">
                    <i class="fa-solid fa-quote-right"></i>
                </div>


                 <div class="form-grid">
                <p>
                    شرکت در دوره باعث شد نگاه متفاوتی
                    نسبت به خودم و تصمیم‌هایم پیدا کنم.
                </p>
 
                 <div class="testimonial-person">


                    <div class="testimonial-avatar" aria-label="کارکتر خانم">
                        <i class="fa-solid fa-person-dress"></i>
                    </div>


                     <div class="form-group">
                     <div>


                         <label>
                         <strong>
                             نام و نام خانوادگی
                             سارا احمدی
                         </label>
                         </strong>


                         <input
                         <span>
                        type="text"
                            شرکت‌کننده دوره
                         placeholder="نام شما">
                         </span>


                     </div>
                     </div>


                </div>


                    <div class="form-group">
            </article>


                        <label>
                            شماره تماس
                        </label>


                        <input
            <article class="card testimonial">
                        type="tel"
                        placeholder="۰۹xxxxxxxxx">


                     </div>
                <div class="quote">
                     <i class="fa-solid fa-quote-right"></i>
                </div>


                <p>
                    محتوای دوره بسیار کاربردی بود و کمک کرد
                    نقاط قوت خودم را بهتر بشناسم.
                </p>


                    <div class="form-group full">
                <div class="testimonial-person">
 
                        <label>
                            موضوع
                        </label>
 
                        <input
                        type="text"
                        placeholder="موضوع پیام">


                    <div class="testimonial-avatar" aria-label="کارکتر آقا">
                        <i class="fa-solid fa-person"></i>
                     </div>
                     </div>


                    <div>


                    <div class="form-group full">
                        <strong>
                            علی رضایی
                        </strong>


                         <label>
                         <span>
                             پیام
                             شرکت‌کننده کارگاه
                         </label>
                         </span>
 
                        <textarea
                        placeholder="پیام خود را بنویسید..."></textarea>


                     </div>
                     </div>


                </div>


                    <div class="form-group full">
            </article>


                        <button
                        type="submit"
                        class="btn btn-dark">


                            <i class="fa-regular fa-paper-plane"></i>
            <article class="card testimonial">


                            ارسال پیام
                <div class="quote">
                    <i class="fa-solid fa-quote-right"></i>
                </div>


                         </button>
                <p>
                    فضای آموزشی خوب و محتوای دوره باعث شد
                    بعضی از الگوهای رفتاری خودم را بهتر ببینم.
                </p>
 
                <div class="testimonial-person">
 
                    <div class="testimonial-avatar" aria-label="کارکتر خانم">
                        <i class="fa-solid fa-person-dress"></i>
                    </div>
 
                    <div>
 
                        <strong>
                            مریم کریمی
                        </strong>
 
                        <span>
                            شرکت‌کننده دوره
                         </span>


                     </div>
                     </div>
خط ۳٬۲۴۸: خط ۳٬۳۳۹:
                 </div>
                 </div>


             </form>
             </article>
 


         </div>
         </div>
خط ۳٬۲۵۸: خط ۳٬۳۵۰:


<!-- =====================================================
<!-- =====================================================
     FOOTER
     BLOG
====================================================== -->
===================================================== -->


<footer class="footer">
<section class="section"
        id="blog">


     <div class="container">
     <div class="container">


         <p>
         <div class="section-title">


            © تمامی حقوق برای
             <small>
             <strong>
                 مجله خودشناسی
                 محمدرضا شایق
             </small>
             </strong>
            محفوظ است.


        </p>
            <h2>
                مقالات و مطالب آموزشی
            </h2>


     </div>
        </div>
 
 
</footer>
 
        <div class="cards-grid">
 
 
            <article class="card blog-card">
 
                <div class="card-image">
 
                    <img
                    src="https://dl.faraghaib.ir/m/260021-01/260021-01-02.jpg"
                    alt="خودشناسی چیست">
 
                </div>
 
                <div class="card-content">
 
                    <span class="blog-date">
                        خودشناسی
                    </span>
 
                    <h3>
                        خودشناسی چیست؟
                    </h3>
 
                    <p>
                        نگاهی ساده به مفهوم خودشناسی
                        و اهمیت آن در زندگی.
                    </p>
 
                </div>
 
            </article>
 
 
            <article class="card blog-card">
 
                <div class="card-image">
 
                    <img
                    src="https://dl.faraghaib.ir/m/260021-01/260021-01-10.jpg"
                    alt="رشد فردی">
 
                </div>
 
                <div class="card-content">
 
                    <span class="blog-date">
                        رشد فردی
                    </span>
 
                    <h3>
                        مسیر رشد فردی را چگونه پیدا کنیم؟
                    </h3>
 
                    <p>
                        چند نکته برای شناخت بهتر اهداف
                        و مسیر شخصی.
                    </p>
 
                </div>
 
            </article>
 
 
            <article class="card blog-card">
 
                <div class="card-image">
 
                    <img
                    src="https://dl.faraghaib.ir/m/260021-01/260021-01-01.jpg"
                    alt="انتخاب آگاهانه">
 
                </div>
 
                <div class="card-content">
 
                    <span class="blog-date">
                        آگاهی
                    </span>
 
                    <h3>
                        انتخاب آگاهانه چگونه شکل می‌گیرد؟
                    </h3>
 
                    <p>
                        نقش آگاهی در تصمیم‌های مهم
                        و انتخاب‌های زندگی.
                    </p>
 
                </div>
 
            </article>
 
 
        </div>
 
    </div>
 
</section>
 
 
<!-- =====================================================
    CTA
===================================================== -->
 
<section class="section cta">
 
    <div class="container">
 
        <div class="cta-inner">
 
            <h2>
                مسیر شناخت خود را شروع کنید
            </h2>
 
            <p>
                اگر می‌خواهید خودتان را بهتر بشناسید
                و آگاهانه‌تر مسیر زندگی‌تان را انتخاب کنید،
                با من در ارتباط باشید.
            </p>
 
            <a href="#contact"
              class="btn btn-gold">
 
                <i class="fa-solid fa-arrow-left"></i>
 
                ارتباط با من
 
            </a>
 
        </div>
 
    </div>
 
</section>
 
 
<!-- =====================================================
    CONTACT
===================================================== -->
 
<section class="section"
        id="contact">
 
    <div class="container">
 
        <div class="section-title">
 
            <small>
                ارتباط
            </small>
 
            <h2>
                با من در ارتباط باشید
            </h2>
 
        </div>
 
 
        <div class="contact-grid">
 
 
            <div class="contact-list">
 
 
                <div class="contact-item">
 
                    <div class="contact-icon">
                        <i class="fa-solid fa-phone"></i>
                    </div>
 
                    <div>
 
                        <small>
                            شماره تماس
                        </small>
 
                        <strong>
                            ۰۹۱۲۱۲۳۴۵۶۷۸
                        </strong>
 
                    </div>
 
                </div>
 
 
                <div class="contact-item">
 
                    <div class="contact-icon">
                        <i class="fa-regular fa-envelope"></i>
                    </div>
 
                    <div>
 
                        <small>
                            ایمیل
                        </small>
 
                        <strong>
                            info@example.ir
                        </strong>
 
                    </div>
 
                </div>
 
 
                <div class="contact-item">
 
                    <div class="contact-icon">
                        <i class="fa-brands fa-instagram"></i>
                    </div>
 
                    <div>
 
                        <small>
                            اینستاگرام
                        </small>
 
                        <strong>
                            @yourusername
                        </strong>
 
                    </div>
 
                </div>
 
 
            </div>
 
 
            <form class="contact-form">
 
                <div class="form-grid">
 
 
                    <div class="form-group">
 
                        <label>
                            نام و نام خانوادگی
                        </label>
 
                        <input
                        type="text"
                        placeholder="نام شما">
 
                    </div>
 
 
                    <div class="form-group">
 
                        <label>
                            شماره تماس
                        </label>
 
                        <input
                        type="tel"
                        placeholder="۰۹xxxxxxxxx">
 
                    </div>
 
 
                    <div class="form-group full">
 
                        <label>
                            موضوع
                        </label>
 
                        <input
                        type="text"
                        placeholder="موضوع پیام">
 
                    </div>
 
 
                    <div class="form-group full">
 
                        <label>
                            پیام
                        </label>
 
                        <textarea
                        placeholder="پیام خود را بنویسید..."></textarea>
 
                    </div>
 
 
                    <div class="form-group full">
 
                        <button
                        type="submit"
                        class="btn btn-gold">
 
                            <i class="fa-regular fa-paper-plane"></i>
 
                            ارسال پیام
 
                        </button>
 
                    </div>
 
 
                </div>
 
            </form>
 
 
        </div>
 
    </div>
 
</section>
 
 
<!-- =====================================================
    FOOTER
===================================================== -->
 
<footer class="footer">
 
    <div class="container">
 
        <p>
 
            © تمامی حقوق برای
 
            <strong>
                محمدرضا شایق
            </strong>
 
            محفوظ است.
 
        </p>
 
     </div>
 
</footer>
 
 
</main>
 
</div>
 
 
<!-- =====================================================
    SECTION LOCK SYSTEM
===================================================== -->
 
<script>
 
document.addEventListener(
    "DOMContentLoaded",
    function(){
 
        const menuLinks =
            document.querySelectorAll(
                ".sidebar-menu a"
            );
 
        const sections =
            document.querySelectorAll(
                "main section[id]"
            );
 
        let lockedSection = null;
 
        let isHome = true;
 
 
        /* -------------------------------------------------
          CLICK MENU
        ------------------------------------------------- */
 
        menuLinks.forEach(
            link => {
 
                link.addEventListener(
                    "click",
                    function(event){
 
                        event.preventDefault();
 
                        const targetId =
                            this.getAttribute("href");
 
                        const target =
                            document.querySelector(
                                targetId
                            );
 
                        if(!target) return;
 
 
                        /* Active */
 
                        menuLinks.forEach(
                            item => {
 
                                item.classList.remove(
                                    "active"
                                );
 
                            }
                        );
 
                        this.classList.add(
                            "active"
                        );
 
 
                        /* HOME */
 
                        if(targetId === "#home"){
 
                            lockedSection = null;
 
                            isHome = true;
 
                            document.body.classList.remove(
                                "section-locked"
                            );
 
                            window.scrollTo({
                                top:0,
                                behavior:"smooth"
                            });
 
                            return;
 
                        }
 
 
                        /* OTHER SECTIONS */
 
                        isHome = false;
 
                        lockedSection = target;
 
                        document.body.classList.add(
                            "section-locked"
                        );
 
 
                        target.scrollIntoView({
                            behavior:"smooth",
                            block:"start"
                        });
 
                    }
                );
 
            }
        );
 
 
        /* -------------------------------------------------
          BLOCK MOUSE WHEEL
        ------------------------------------------------- */
 
        window.addEventListener(
            "wheel",
            function(event){
 
                if(
                    !isHome &&
                    lockedSection
                ){
 
                    event.preventDefault();
 
                }
 
            },
            {
                passive:false
            }
        );
 
 
        /* -------------------------------------------------
          BLOCK TOUCH SCROLL
        ------------------------------------------------- */
 
        window.addEventListener(
            "touchmove",
            function(event){
 
                if(
                    !isHome &&
                    lockedSection
                ){
 
                    event.preventDefault();
 
                }
 
            },
            {
                passive:false
            }
        );
 
/*
        /* -------------------------------------------------
          BLOCK KEYBOARD SCROLL
        ------------------------------------------------- */
 
        window.addEventListener(
            "keydown",
            function(event){
 
                if(
                    !isHome &&
                    lockedSection
                ){
 
                    const blockedKeys = [
 
                        "ArrowUp",
                        "ArrowDown",
                        "PageUp",
                        "PageDown",
                        "Home",
                        "End",
                        " ",
                        "Spacebar"
 
                    ];
 
                    if(
                        blockedKeys.includes(
                            event.key
                        )
                    ){
 
                        event.preventDefault();
 
                    }
 
                }


            }
        );
*/


</main>
      /* -------------------------------------------------
          CLICKING HOME BUTTON INSIDE PAGE
        ------------------------------------------------- */


</div>
        document.querySelectorAll(
            'a[href="#home"]'
        ).forEach(
            link => {


                link.addEventListener(
                    "click",
                    function(){


<!-- =====================================================
                        lockedSection = null;
    ACTIVE DESKTOP MENU
====================================================== -->


<script>
                        isHome = true;


document.addEventListener(
                        document.body.classList.remove(
    "DOMContentLoaded",
                            "section-locked"
    function(){
                         );
 
        const sections =
            document.querySelectorAll(
                "section[id]"
            );
 
        const links =
            document.querySelectorAll(
                ".sidebar-menu a"
            );
 
        function updateMenu(){
 
            let current = "";
 
            sections.forEach(
                section => {
 
                    const sectionTop =
                        section.offsetTop - 150;
 
                    if(
                        window.scrollY >= sectionTop
                    ){
 
                         current =
                            section.getAttribute("id");


                     }
                     }
                );


                }
            }
            );
        );
 
            links.forEach(
                link => {


                    link.classList.remove(
                        "active"
                    );


                    if(
        /* -------------------------------------------------
                        link.getAttribute("href") ===
          INITIAL STATE
                        "#" + current
        ------------------------------------------------- */
                    ){


                        link.classList.add(
        document.body.classList.remove(
                            "active"
             "section-locked"
                        );
 
                    }
 
                }
            );
 
        }
 
        window.addEventListener(
             "scroll",
            updateMenu,
            {passive:true}
         );
         );
        updateMenu();


     }
     }
خط ۳٬۳۶۵: خط ۳٬۹۵۸:


</body>
</body>
</html>
</html>
برگرفته از «https://fa.faraghaib.ir/wiki/تست»