بدون خلاصۀ ویرایش
بدون خلاصۀ ویرایش
خط ۱: خط ۱:
<!DOCTYPE html>
<html lang="fa" dir="rtl">


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


خط ۲۸: خط ۲۹:
: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 10px 35px rgba(0,0,0,.07);


     --radius:18px;
     --shadow:
        0 15px 45px rgba(0,0,0,.35);


     --sidebar:245px;
     --sidebar:105px;


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


خط ۷۸: خط ۷۵:
         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
========================================================= */
========================================================= */


خط ۱۵۳: خط ۱۵۸:
     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;


     font-size:.8rem;
     transform:translateX(2px);


}
}


.sidebar-social a:hover{
.sidebar-menu a.active{
 
    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;


.section:nth-child(even){
    display:grid;


     background:var(--white);
     place-items:center;


}
    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:var(--sidebar);


     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{


     min-height:100vh;
     width:min(
        calc(100% - 70px),
        1120px
    );


     display:flex;
     margin-inline:auto;
 
}


    align-items:center;


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


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


        var(--cream);
    position:relative;


}
    padding:100px 0;


.hero-inner{
    min-height:100vh;


     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:50px;
 
}
 
.section-title small{
 
    display:block;
 
    color:var(--gold);
 
     font-size:.8rem;


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


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


}
}


.hero h1{
.section-title h2{


     margin:0;
     margin:0;
    color:#fff;


     font-size:
     font-size:
         clamp(2.2rem,7vw,4.5rem);
         clamp(1.9rem,4vw,2.8rem);
 
    line-height:1.3;


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


     color:var(--black);
     line-height:1.4;


}
}


.hero h1 span{
.section-title p{


     display:block;
     max-width:650px;


     color:var(--gold-dark);
     margin:12px auto 0;


}
    color:var(--muted);


.hero-subtitle{
    font-size:.88rem;


    margin:15px 0;
}


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


    font-weight:700;
/* =========================================================
  HERO
========================================================= */


}
.hero{


.hero-description{
    background:


    max-width:680px;
        radial-gradient(
            circle at 70% 25%,
            rgba(244,185,66,.09),
            transparent 32%
        ),


    margin:0 auto 30px;
        #050505;
 
    color:var(--muted);
 
    font-size:1rem;


}
}


.hero-buttons{
.hero-inner{


     display:flex;
     max-width:850px;


     justify-content:center;
     margin:auto;


     flex-wrap:wrap;
     text-align:center;
 
    gap:12px;


}
}


.btn{
.hero-label{


     display:inline-flex;
     display:inline-flex;
خط ۵۶۰: خط ۵۸۸:
     align-items:center;
     align-items:center;


     justify-content:center;
     gap:8px;
 
    padding:8px 17px;
 
    border-radius:50px;


     gap:8px;
     background:var(--gold-light);


     min-height:50px;
     border:
        1px solid rgba(244,185,66,.15);


     padding:10px 22px;
     color:var(--gold);


     border-radius:12px;
     font-size:.78rem;


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


     font-size:.85rem;
     margin-bottom:22px;
 
    transition:
        transform .2s ease,
        box-shadow .2s ease;


}
}


.btn:hover{
.hero-label i{


     transform:translateY(-2px);
     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:center;


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


     border-radius:15px;
     gap:12px;


    box-shadow:
}
        0 5px 20px rgba(0,0,0,.04);


}
.btn{


.hero-info-box i{
    display:inline-flex;


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


     font-size:1.1rem;
     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;
}


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


     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(4,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;


}
}


.counter-grid{
.about-image{


     display:grid;
     padding:10px;


     grid-template-columns:
     background:#111;
        repeat(4,1fr);


     gap:15px;
     border:
        1px solid rgba(255,255,255,.08);


}
     border-radius:18px;
 
.counter{
 
    text-align:center;
 
    padding:25px 10px;
 
     border-right:
        1px solid rgba(255,255,255,.1);


}
}


.counter:last-child{
.about-image img{


     border-right:0;
     width:100%;


}
    aspect-ratio:4/5;


.counter i{
    object-fit:contain;


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


     font-size:1.4rem;
     background:#161616;


}
}


.counter strong{
.about-content h2{


    display:block;
     margin:0 0 15px;
 
     margin-top:4px;


     color:#fff;
     color:#fff;


     font-size:2rem;
     font-size:
        clamp(1.8rem,4vw,2.5rem);


}
}


.counter span{
.about-content p{


     color:#aaa;
     color:#999;


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


}
}


.about-list{
    margin-top:22px;


/* =========================================================
}
  SKILLS
 
========================================================= */
.about-list li{
 
    display:flex;


.skills-grid{
    align-items:flex-start;


     max-width:900px;
     gap:10px;


     margin:auto;
     margin-bottom:11px;


     display:grid;
     color:#ddd;


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


     gap:18px 35px;
     font-weight:600;


}
}


.skill{
.about-list i{


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


     padding:18px;
     margin-top:6px;
 
    border-radius:14px;


}
}


.skill-title{


    display:flex;
/* =========================================================
  COUNTERS
========================================================= */


    justify-content:space-between;
.counters{


     font-size:.85rem;
     background:#000 !important;
 
    font-weight:800;
 
    margin-bottom:8px;


}
}


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


     color:var(--gold-dark);
     display:grid;
 
    grid-template-columns:
        repeat(4,1fr);
 
    gap:15px;


}
}


.skill-bar{
.counter{


     height:7px;
     text-align:center;


     background:#ddd9d0;
     padding:28px 10px;


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


}
}


.skill-bar span{
.counter:last-child{


     display:block;
     border-right:0;


    height:100%;
}


    width:var(--width);
.counter i{


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


     border-radius:inherit;
     font-size:1.35rem;


}
}


.counter strong{


/* =========================================================
    display:block;
  SERVICES
========================================================= */


.cards-grid{
    color:#fff;


     display:grid;
     font-size:2rem;


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


    gap:20px;
.counter span{


}
    color:#777;


.card{
    font-size:.72rem;


    background:#fff;
}


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


    border-radius:var(--radius);
/* =========================================================
  SKILLS
========================================================= */


    padding:28px 24px;
.skills-grid{


     box-shadow:
     max-width:900px;
        0 5px 25px rgba(0,0,0,.04);


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


}
    display:grid;


.card:hover{
    grid-template-columns:
        repeat(2,1fr);


     transform:translateY(-5px);
     gap:18px 35px;
 
    box-shadow:
        0 15px 40px rgba(0,0,0,.1);


}
}


.card-icon{
.skill{


     width:55px;
     padding:19px;


     height:55px;
     background:#111;


     display:grid;
     border:
        1px solid rgba(255,255,255,.07);


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


    border-radius:15px;
}


    background:var(--gold-light);
.skill-title{


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


     font-size:1.3rem;
     justify-content:space-between;


     margin-bottom:18px;
     color:#eee;


}
    font-size:.83rem;


.card h3{
    font-weight:800;


     margin:0 0 8px;
     margin-bottom:9px;
 
    font-size:1.1rem;


}
}


.card p{
.skill-title span:last-child{


    margin:0;
     color:var(--gold);
 
     color:var(--muted);
 
    font-size:.82rem;


}
}


.skill-bar{


/* =========================================================
    height:7px;
  COURSES / PORTFOLIO
========================================================= */


.course-card{
    background:#242424;


     padding:0;
     border-radius:50px;


     overflow:hidden;
     overflow:hidden;
خط ۱٬۰۰۸: خط ۱٬۰۲۶:
}
}


.card-image{
.skill-bar span{


     padding:10px;
     display:block;


     background:var(--cream-2);
     width:var(--width);


}
    height:100%;


.card-image img{
    background:var(--gold);


     width:100%;
     border-radius:inherit;


    aspect-ratio:16/10;
}


    object-fit:contain;


    background:#fff;
/* =========================================================
  CARDS
========================================================= */
 
.cards-grid{


     border-radius:12px;
     width:100%;


}
    display:grid;


.card-content{
    grid-template-columns:
        repeat(3,1fr);


     padding:22px;
     gap:20px;


}
}


.card-tag{
.card{


     display:inline-block;
     background:#101010;


     padding:4px 10px;
     border:
        1px solid rgba(255,255,255,.08);


     border-radius:50px;
     border-radius:18px;


     background:var(--gold-light);
     padding:28px 24px;


     color:var(--gold-dark);
     box-shadow:
        0 10px 35px rgba(0,0,0,.25);


     font-size:.68rem;
     transition:
        transform .2s ease,
        border-color .2s ease;


    font-weight:800;
}


    margin-bottom:8px;
.card:hover{


}
    transform:translateY(-5px);


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


/* =========================================================
}
  TIMELINE
========================================================= */


.timeline{
.card-icon{


     max-width:850px;
     width:55px;


     margin:auto;
     height:55px;


}
    display:grid;


.timeline-item{
    place-items:center;


     position:relative;
     border-radius:15px;


     padding:
     background:var(--gold-light);
        0 30px 35px;


     border-right:
     color:var(--gold);
        2px solid var(--border);


}
    font-size:1.25rem;


.timeline-item:last-child{
     margin-bottom:18px;
 
     border-right-color:transparent;


}
}


.timeline-item::before{
.card h3{


     content:"";
     margin:0 0 8px;


     position:absolute;
     color:#fff;


     right:-8px;
     font-size:1.05rem;


    top:3px;
}


    width:14px;
.card p{


     height:14px;
     margin:0;


     border-radius:50%;
     color:#888;


     background:var(--gold);
     font-size:.8rem;
 
    box-shadow:
        0 0 0 4px var(--cream);


}
}


.timeline-year{


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


     font-size:.78rem;
.course-card{
 
     padding:0;


     font-weight:800;
     overflow:hidden;


}
}


.timeline-item h3{
.card-image{


     margin:5px 0;
     padding:9px;


     font-size:1.05rem;
     background:#080808;


}
}


.timeline-item p{
.card-image img{


     color:var(--muted);
     width:100%;


     font-size:.82rem;
     aspect-ratio:16/10;


     margin:0;
     object-fit:contain;


}
    background:#151515;


    border-radius:12px;


/* =========================================================
}
  TESTIMONIALS
========================================================= */


.testimonial{
.card-content{


     background:var(--cream);
     padding:22px;


}
}


.quote{
.card-tag{


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


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


}
    border-radius:50px;


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


     color:#666;
     color:var(--gold);
 
    font-size:.66rem;


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


}
}


.testimonial-person{


    display:flex;
/* =========================================================
  TIMELINE
========================================================= */


    align-items:center;
.timeline{


     gap:10px;
     max-width:850px;


     margin-top:18px;
     margin:auto;


}
}


.testimonial-person img{
.timeline-item{


     width:45px;
     position:relative;


     height:45px;
     padding:
        0 30px 38px;


     border-radius:50%;
     border-right:
 
        2px solid #222;
    object-fit:cover;


}
}


.testimonial-person strong{
.timeline-item:last-child{


     display:block;
     border-right-color:transparent;
 
    font-size:.82rem;


}
}


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


     display:block;
     content:"";


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


     font-size:.68rem;
     right:-8px;


}
    top:3px;


    width:14px;


/* =========================================================
    height:14px;
  BLOG
========================================================= */


.blog-card{
    border-radius:50%;


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


     overflow:hidden;
     box-shadow:
        0 0 0 4px #0d0d0d;


}
}


.blog-card .card-image img{
.timeline-year{


     aspect-ratio:16/9;
     color:var(--gold);


}
    font-size:.76rem;


.blog-card .card-content{
    font-weight:800;
 
    padding:20px;


}
}


.blog-date{
.timeline-item h3{


     color:var(--gold-dark);
     margin:5px 0;


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


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


}
}


.blog-card h3{
.timeline-item p{
 
    color:#888;


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


     margin:7px 0;
     margin:0;


}
}


.blog-card p{


    font-size:.78rem;
/* =========================================================
  TESTIMONIAL
========================================================= */


}
.testimonial{


    background:#101010;


/* =========================================================
}
  CTA
========================================================= */


.cta{
.quote{


     background:var(--black) !important;
     color:var(--gold);


     color:#fff;
     font-size:1.8rem;


}
}


.cta-inner{
.testimonial p{


     text-align:center;
     color:#999;


     max-width:750px;
     font-size:.82rem;


    margin:auto;
}


}
.testimonial-person{


.cta h2{
    display:flex;


     margin:0 0 10px;
     align-items:center;


     font-size:
     gap:10px;
        clamp(1.8rem,4vw,2.8rem);


     color:#fff;
     margin-top:18px;


}
}


.cta p{
.testimonial-person img{


     color:#aaa;
     width:45px;


     font-size:.9rem;
     height:45px;


     margin-bottom:22px;
     border-radius:50%;
 
    object-fit:cover;


}
}


.testimonial-person strong{


/* =========================================================
    display:block;
  CONTACT
========================================================= */


.contact-grid{
    color:#fff;


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


    grid-template-columns:
}
        .8fr 1.2fr;


    gap:35px;
.testimonial-person span{


}
    display:block;


.contact-list{
    color:#666;


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


    gap:12px;
}


}


.contact-item{
/* =========================================================
  BLOG
========================================================= */


    display:flex;
.blog-card{


     align-items:center;
     padding:0;


     gap:14px;
     overflow:hidden;


    padding:16px;
}


    background:var(--cream);
.blog-card .card-image img{


     border-radius:14px;
     aspect-ratio:16/9;


}
}


.contact-icon{
.blog-card .card-content{


     width:45px;
     padding:20px;


    height:45px;
}


    flex:0 0 45px;
.blog-date{


     display:grid;
     color:var(--gold);


     place-items:center;
     font-size:.68rem;


     border-radius:12px;
     font-weight:800;
 
    background:var(--gold-light);
 
    color:var(--gold-dark);


}
}


.contact-item small{
.blog-card h3{


     display:block;
     color:#fff;


     color:var(--muted);
     font-size:1rem;


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


}
}


.contact-item strong{


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


}
.cta{


.contact-form{
    background:#000 !important;


    background:#fff;
}


    padding:28px;
.cta-inner{


     border-radius:var(--radius);
     max-width:750px;


     border:
     margin:auto;
        1px solid var(--border);
 
    text-align:center;


}
}


.form-grid{
.cta h2{


     display:grid;
     margin:0 0 10px;


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


     gap:15px;
     font-size:
        clamp(1.9rem,4vw,2.8rem);


}
}


.form-group.full{
.cta p{
 
    color:#888;
 
    font-size:.88rem;


     grid-column:1/-1;
     margin-bottom:22px;


}
}


.form-group label{


    display:block;
/* =========================================================
  CONTACT
========================================================= */
 
.contact-grid{


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


     font-weight:800;
     grid-template-columns:
        .8fr 1.2fr;


     margin-bottom:5px;
     gap:35px;


}
}


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


     width:100%;
     display:grid;


     padding:12px 14px;
     gap:12px;


    border:
}
        1px solid var(--border);


    border-radius:10px;
.contact-item{


     background:var(--cream);
     display:flex;


     outline:none;
     align-items:center;


     font-size:.8rem;
     gap:14px;


}
    padding:16px;


.form-group textarea{
    background:#111;


     min-height:130px;
     border:
        1px solid rgba(255,255,255,.07);


     resize:vertical;
     border-radius:14px;


}
}


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


     border-color:var(--gold);
     width:45px;


}
    height:45px;


    flex:0 0 45px;


/* =========================================================
    display:grid;
  FOOTER
========================================================= */


.footer{
    place-items:center;


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


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


     padding:30px 0;
     color:var(--gold);


    text-align:center;
}
 
.contact-item small{


}
    display:block;


.footer strong{
    color:#666;


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


}
}


.footer p{
.contact-item strong{


     margin:0;
     color:#eee;


     font-size:.75rem;
     font-size:.8rem;


}
}


.contact-form{


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


@media(max-width:900px){
    padding:28px;


     .left-sidebar{
     border:
        1px solid rgba(255,255,255,.08);


        display:none;
    border-radius:18px;


    }
}


    .main-content{
.form-grid{


        margin-left:0;
    display:grid;


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


     .mobile-header{
     gap:15px;


        position:sticky;
}


        top:0;
.form-group.full{


        z-index:999;
    grid-column:1/-1;


        height:65px;
}


        display:flex;
.form-group label{


        align-items:center;
    display:block;


        justify-content:center;
    color:#ddd;


        background:
    font-size:.74rem;
            rgba(23,23,23,.96);


        color:#fff;
    font-weight:800;


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


    }
}


    .mobile-header strong{
.form-group input,
.form-group textarea{


        font-size:.95rem;
    width:100%;


     }
     padding:12px 14px;


     .container{
     border:
        1px solid rgba(255,255,255,.08);


        width:
    border-radius:10px;
            min(
                calc(100% - 40px),
                700px
            );


     }
     background:#080808;


     .section{
     color:#fff;


        padding:70px 0;
    outline:none;


     }
     font-size:.78rem;


    .about-grid{
}


        grid-template-columns:1fr;
.form-group input::placeholder,
.form-group textarea::placeholder{


        gap:35px;
    color:#555;


    }
}


    .about-image{
.form-group textarea{


        max-width:550px;
    min-height:130px;


        margin:auto;
    resize:vertical;


    }
}


    .cards-grid{
.form-group input:focus,
.form-group textarea:focus{


        grid-template-columns:
    border-color:var(--gold);
            repeat(2,1fr);
 
    }
 
    .contact-grid{
 
        grid-template-columns:1fr;
 
    }


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


/* =========================================================
/* =========================================================
   MOBILE
   FOOTER
========================================================= */
========================================================= */


@media(max-width:600px){
.footer{


     html{
     padding:30px 0;


        scroll-padding-top:70px;
    background:#000;


     }
     color:#666;


     .container{
     text-align:center;


        width:
    border-top:
            calc(100% - 28px);
        1px solid rgba(255,255,255,.07);


    }
}


    .section{
.footer strong{


        padding:55px 0;
    color:var(--gold);


    }
}


    .hero{
.footer p{


        min-height:auto;
    margin:0;


        padding:
    font-size:.72rem;
            75px 0 55px;


    }
}


    .hero h1{


        font-size:
/* =========================================================
            clamp(2rem,11vw,3rem);
  TABLET
========================================================= */


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


     .hero-subtitle{
     .left-sidebar{


         font-size:1rem;
         display:none;


     }
     }


     .hero-description{
     .main-content{


         font-size:.88rem;
         margin-left:0;


     }
     }


     .hero-buttons{
     .mobile-header{


         flex-direction:column;
         position:sticky;


    }
        top:0;


    .hero-buttons .btn{
        z-index:999;


         width:100%;
         height:62px;


    }
        display:flex;


    .hero-info{
        align-items:center;


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


         margin-top:35px;
         background:#000;


    }
         border-bottom:
 
             1px solid rgba(255,255,255,.08);
    .counter-grid{
 
         grid-template-columns:
             repeat(2,1fr);


     }
     }


     .counter{
     .mobile-header strong{


         border-right:0;
         color:#fff;


         border-bottom:
         font-size:.88rem;
            1px solid rgba(255,255,255,.1);


     }
     }


     .counter strong{
     .container{


         font-size:1.6rem;
         width:
            min(
                calc(100% - 45px),
                720px
            );


     }
     }


     .skills-grid{
     .section{


         grid-template-columns:1fr;
         padding:75px 0;


     }
     }


     .cards-grid{
     .about-grid{


         grid-template-columns:1fr;
         grid-template-columns:1fr;
        gap:35px;


     }
     }


     .card{
     .about-image{
 
        max-width:550px;


         padding:22px 18px;
         margin:auto;


     }
     }


     .card-image{
     .cards-grid{


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


     }
     }


     .card-image img{
     .contact-grid{


         aspect-ratio:
         grid-template-columns:1fr;
            16 / 10;


        object-fit:contain;
    }


    }
}


    .timeline-item{


        padding-right:24px;
/* =========================================================
  MOBILE
========================================================= */


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


     .testimonial{
     html{


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


     }
     }


     .form-grid{
     .container{


         grid-template-columns:1fr;
         width:
            calc(100% - 28px);


     }
     }


     .form-group.full{
     .section{
 
        min-height:100vh;


         grid-column:auto;
         padding:65px 0;


     }
     }


     .contact-form{
     .hero{


         padding:20px;
         padding:
            70px 0 50px;


     }
     }


     .section-title{
     .hero h1{


         margin-bottom:35px;
         font-size:
            clamp(2.2rem,12vw,3.3rem);


     }
     }


     .section-title h2{
     .hero-subtitle{


         font-size:1.7rem;
         font-size:1rem;


     }
     }


     .section-title p{
     .hero-description{


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


     }
     }


}
    .hero-buttons{


        flex-direction:column;


/* =========================================================
    }
  EXTRA SMALL
========================================================= */


@media(max-width:380px){
    .hero-buttons .btn{


    .container{
        width:100%;


        width:
    }
            calc(100% - 22px);


     }
     .hero-info{


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


         padding:14px 7px;
         margin-top:35px;


     }
     }


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


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


     }
     }


     .hero-info-box span{
     .counter{


         font-size:.62rem;
         border-right:0;
 
        border-bottom:
            1px solid rgba(255,255,255,.08);


     }
     }


}
    .counter strong{


        font-size:1.6rem;


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


@media(prefers-reduced-motion:reduce){
    .skills-grid{


    *,
        grid-template-columns:1fr;
    *::before,
    *::after{


        scroll-behavior:auto !important;
    }


        transition:none !important;
    .cards-grid{


         animation:none !important;
         grid-template-columns:1fr;


     }
     }


}
    .card{


</style>
        padding:22px 18px;
</head>


    }


<body>
    .card-image{


<div class="page">
        padding:8px;


    }


<!-- =====================================================
    .card-image img{
    DESKTOP LEFT SIDEBAR
====================================================== -->


<aside class="left-sidebar">
        aspect-ratio:16/10;


    <div class="sidebar-logo">
        object-fit:contain;


        <div class="logo-circle">
    }


            <i class="fa-solid fa-user"></i>
    .timeline-item{


         </div>
         padding-right:24px;


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


        <span>
    .form-grid{
            مدرس خودشناسی
        </span>


    </div>
        grid-template-columns:1fr;


    }


     <nav>
     .form-group.full{


         <ul class="sidebar-menu">
         grid-column:auto;


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


            <li>
    .contact-form{
                <a href="#about">
                    <i class="fa-solid fa-user"></i>
                    درباره من
                </a>
            </li>


            <li>
        padding:20px;
                <a href="#skills">
                    <i class="fa-solid fa-chart-simple"></i>
                    مهارت‌ها
                </a>
            </li>


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


            <li>
    .section-title{
                <a href="#courses">
                    <i class="fa-solid fa-graduation-cap"></i>
                    دوره‌ها
                </a>
            </li>


            <li>
        margin-bottom:35px;
                <a href="#experience">
                    <i class="fa-solid fa-briefcase"></i>
                    سوابق
                </a>
            </li>


            <li>
    }
                <a href="#testimonials">
                    <i class="fa-solid fa-comments"></i>
                    نظرات
                </a>
            </li>


            <li>
    .section-title h2{
                <a href="#blog">
                    <i class="fa-solid fa-book-open"></i>
                    مقالات
                </a>
            </li>


            <li>
        font-size:1.7rem;
                <a href="#contact">
                    <i class="fa-solid fa-envelope"></i>
                    ارتباط با من
                </a>
            </li>


        </ul>
    }


     </nav>
     .section-title p{


        font-size:.8rem;


     <div class="sidebar-bottom">
     }


        <div class="sidebar-social">
}


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


            <a href="#">
/* =========================================================
                <i class="fa-brands fa-telegram"></i>
  EXTRA SMALL
            </a>
========================================================= */


            <a href="#">
@media(max-width:380px){
                <i class="fa-brands fa-whatsapp"></i>
            </a>


        </div>
    .container{


    </div>
        width:
            calc(100% - 22px);


</aside>
    }


    .hero-info-box{


<!-- =====================================================
        padding:14px 7px;
    MOBILE HEADER
====================================================== -->


<header class="mobile-header">
    }


     <strong>
     .hero-info-box strong{
        محمدرضا شایق | مدرس خودشناسی
    </strong>


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


    }


<!-- =====================================================
    .hero-info-box span{
    MAIN CONTENT
====================================================== -->


<main class="main-content">
        font-size:.6rem;


    }


<!-- =====================================================
}
    HERO
====================================================== -->


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


    <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 class="hero-buttons">
        </div>


                <a href="#about"
        <h2>
                  class="btn btn-dark">
            محمدرضا شایق
        </h2>
 
        <span>
            مدرس خودشناسی
        </span>
 
    </div>


                    <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>


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


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


                </div>
            <li>


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


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


    </div>
                </a>


</section>
            </li>




<!-- =====================================================
            <li>
    ABOUT
====================================================== -->


<section class="section"
                <a href="#testimonials"
        id="about">
                  data-title="نظرات">


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


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


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


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


        </div>
            <li>


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


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


                </a>


             <div class="about-image">
             </li>


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


             </div>
             <li>


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


            <div class="about-content">
                    <i class="fa-solid fa-envelope"></i>


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


                <p>
            </li>


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


                </p>
        </ul>


                <p>
    </nav>


                    هدف این آموزش‌ها کمک به شناخت بهتر افکار،
                    احساسات، توانمندی‌ها، ارزش‌ها و الگوهای
                    رفتاری است تا هر فرد بتواند مسیر زندگی خود
                    را آگاهانه‌تر انتخاب کند.


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


        <div class="sidebar-social">


                <ul class="about-list">
            <a href="#" title="اینستاگرام">


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


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


                        شناخت بهتر ویژگی‌ها و توانمندی‌های فردی
            <a href="#" title="تلگرام">


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


            </a>


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


                        <i class="fa-solid fa-check"></i>
                <i class="fa-brands fa-whatsapp"></i>


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


                    </li>
        </div>


    </div>


                    <li>
</aside>


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


                        شناخت موانع رشد شخصی
<!-- =====================================================
    MOBILE HEADER
===================================================== -->


                    </li>
<header class="mobile-header">


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


                    <li>
</header>


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


                        حرکت آگاهانه‌تر در مسیر زندگی
<!-- =====================================================
    MAIN
===================================================== -->


                    </li>
<main class="main-content">


                </ul>


            </div>
<!-- =====================================================
    HOME
===================================================== -->


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


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


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




<!-- =====================================================
            <div class="hero-label">
    COUNTERS
====================================================== -->


<section class="section counters">
                <i class="fa-solid fa-circle"></i>


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


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




             <div class="counter">
             <h1>


                 <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>
                    20+
                </strong>
 
                <span>
                    دوره و کارگاه
                </span>


             </div>
             </div>




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


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


                <strong>
            </p>
                    1000+
                </strong>


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


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


                <a href="#about"
                  class="btn btn-gold">


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


                <i class="fa-solid fa-star"></i>
                    درباره من


                <strong>
                 </a>
                    95%
                 </strong>


                <span>
                    رضایت
                </span>


            </div>
                <a href="#courses"
                  class="btn btn-outline">


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


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


</section>
                </a>


            </div>


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


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


    <div class="container">


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


            <small>
                    <i class="fa-solid fa-brain"></i>
                تخصص‌ها
            </small>


            <h2>
                    <strong>
                حوزه‌های تخصصی
                        خودشناسی
            </h2>
                    </strong>


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


                </div>


        <div class="skills-grid">


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


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


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


                     <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 class="skill">
                </div>


                <div class="skill-title">


                     <span>
                <div class="hero-info-box">
                         توسعه فردی
 
                     </span>
                    <i class="fa-solid fa-heart"></i>
 
                     <strong>
                         آرامش
                     </strong>


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


                 </div>
                 </div>


                <div class="skill-bar">
                    <span style="--width:90%"></span>
                </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://images.unsplash.com/photo-1560250097-0b93528c311a?auto=format&fit=crop&w=1000&q=85"
                 <div class="skill-bar">
                alt="محمدرضا شایق مدرس خودشناسی"
 
                 loading="lazy">
                    <span style="--width:88%"></span>
 
                 </div>


             </div>
             </div>


        </div>


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


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


                <p>


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


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


    <div class="container">
                <p>


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


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


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


        </div>
                <ul class="about-list">


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


        <div class="cards-grid">
                    <li>
                        <i class="fa-solid fa-check"></i>
                        افزایش آگاهی نسبت به افکار و احساسات
                    </li>


                    <li>
                        <i class="fa-solid fa-check"></i>
                        شناخت موانع رشد شخصی
                    </li>


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


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


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


                </div>
        </div>


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


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


            </article>


<!-- =====================================================
    COUNTERS
===================================================== -->


            <article class="card">
<section class="section counters">


                <div class="card-icon">
    <div class="container">


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


                </div>


                <h3>
            <div class="counter">
                    رشد فردی
                </h3>


                 <p>
                 <i class="fa-solid fa-users"></i>
                    پیدا کردن موانع رشد و ایجاد تغییرات
                    مثبت و پایدار در زندگی.
                </p>


            </article>
                <strong>
                    500+
                </strong>


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


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


                <div class="card-icon">


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


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


                 <h3>
                 <strong>
                     مسیر زندگی
                     20+
                 </h3>
                 </strong>


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


             </article>
             </div>




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


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


                    <i class="fa-solid fa-lightbulb"></i>
                <strong>
                    1000+
                </strong>


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


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


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


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


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


            <article class="card">
                <strong>
                    95%
                </strong>


                 <div class="card-icon">
                 <span>
                    رضایت
                </span>


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


                </div>


                <h3>
        </div>
                    کارگاه آموزشی
                </h3>


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


            </article>
</section>
 
 
            <article class="card">
 
                <div class="card-icon">
 
                    <i class="fa-solid fa-heart"></i>
 
                </div>
 
                <h3>
                    ارتباط با خود
                </h3>
 
                <p>
                    ایجاد رابطه‌ای آگاهانه‌تر با خود،
                    نیازها و خواسته‌های شخصی.
                </p>
 
            </article>
 
        </div>
 
    </div>
 
</section>




<!-- =====================================================
<!-- =====================================================
     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">
                 <div class="skill-title">


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


                     <h3>
                     <span>
                         شروع مسیر خودشناسی
                         95%
                     </h3>
                     </span>
 
                    <p>
                        آشنایی با مفاهیم پایه خودشناسی
                        و شناخت بهتر خود.
                    </p>


                 </div>
                 </div>


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


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


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


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


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


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


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


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


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


                 </div>
                 </div>


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


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


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


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


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


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


                 <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-title">


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


<!-- =====================================================
                    <span>
    EXPERIENCE
                        88%
====================================================== -->
                    </span>


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


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


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


            <small>
                </div>
                سوابق
 
             </small>
             </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>
                آموزش‌هایی برای شناخت بهتر خود و ساختن
                نگاه آگاهانه‌تر به زندگی.
            </p>


                 <span class="timeline-year">
        </div>
                     ۱۳۹۹ — ۱۴۰۲
 
                 </span>
 
        <div class="cards-grid">
 
 
            <article class="card">
 
                 <div class="card-icon">
                     <i class="fa-solid fa-brain"></i>
                 </div>


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


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


             </div>
             </article>




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


                 <span class="timeline-year">
                 <div class="card-icon">
                     ۱۳۹۷ — ۱۳۹۹
                     <i class="fa-solid fa-seedling"></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-compass"></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-lightbulb"></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-comments"></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>


                        <strong>
            <article class="card">
                            سارا احمدی
                        </strong>


                        <span>
                <div class="card-icon">
                            شرکت‌کننده دوره
                    <i class="fa-solid fa-heart"></i>
                        </span>
                </div>


                     </div>
                <h3>
                     ارتباط با خود
                </h3>


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


             </article>
             </article>




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


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


                <p>
</section>
                    محتوای دوره بسیار کاربردی بود و کمک کرد
                    نقاط قوت خودم را بهتر بشناسم.
                </p>


                <div class="testimonial-person">


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


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


                        <strong>
    <div class="container">
                            علی رضایی
                        </strong>


                        <span>
        <div class="section-title">
                            شرکت‌کننده کارگاه
                        </span>


                    </div>
            <small>
                دوره‌ها
            </small>


                 </div>
            <h2>
                 دوره‌های آموزشی
            </h2>


            </article>
        </div>




            <article class="card testimonial">
        <div class="cards-grid">


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


                <p>
            <article class="card course-card">
                    فضای آموزشی خوب و محتوای دوره باعث شد
                    بعضی از الگوهای رفتاری خودم را بهتر ببینم.
                </p>


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


                     <img
                     <img
                     src="https://i.pravatar.cc/100?img=47"
                     src="https://images.unsplash.com/photo-1499750310107-5fef28a66643?auto=format&fit=crop&w=1000&q=85"
                     alt="شرکت کننده دوره"
                     alt="دوره خودشناسی"
                     loading="lazy">
                     loading="lazy">


                    <div>
                </div>


                        <strong>
                <div class="card-content">
                            مریم کریمی
                        </strong>


                        <span>
                    <span class="card-tag">
                            شرکت‌کننده دوره
                        خودشناسی
                        </span>
                    </span>


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


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


        </div>
                </div>


    </div>
            </article>


</section>


            <article class="card course-card">


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


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


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


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


            <small>
                    <span class="card-tag">
                مجله خودشناسی
                        توسعه فردی
            </small>
                    </span>


            <h2>
                    <h3>
                مقالات و مطالب آموزشی
                        مسیر رشد فردی
            </h2>
                    </h3>


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


                </div>


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




             <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-1499750310107-5fef28a66643?auto=format&fit=crop&w=1000&q=85"
                     src="https://images.unsplash.com/photo-1522202176988-66273c2fd55f?auto=format&fit=crop&w=1000&q=85"
                     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">
        </div>


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


                    <img
</section>
                    src="https://images.unsplash.com/photo-1531482615713-2afd69097998?auto=format&fit=crop&w=1000&q=85"
                    alt="رشد فردی"
                    loading="lazy">


                </div>


                <div class="card-content">
<!-- =====================================================
    EXPERIENCE
===================================================== -->


                    <span class="blog-date">
<section class="section"
                        رشد فردی
        id="experience">
                    </span>


                    <h3>
    <div class="container">
                        مسیر رشد فردی را چگونه پیدا کنیم؟
                    </h3>


                    <p>
        <div class="section-title">
                        چند نکته برای شناخت بهتر اهداف
                        و مسیر شخصی.
                    </p>


                 </div>
            <small>
                 سوابق
            </small>


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


        </div>


            <article class="card blog-card">


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


                    <img
                    src="https://images.unsplash.com/photo-1506784983877-45594efa4cbe?auto=format&fit=crop&w=1000&q=85"
                    alt="انتخاب آگاهانه"
                    loading="lazy">


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


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


                    <span class="blog-date">
                <h3>
                        آگاهی
                    مدرس خودشناسی و توسعه فردی
                    </span>
                </h3>


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


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


                </div>


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


        </div>
                <span class="timeline-year">
                    ۱۳۹۹ — ۱۴۰۲
                </span>


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


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


            </div>


<!-- =====================================================
    CTA
====================================================== -->


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


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


        <div class="cta-inner">
                <h3>
                    آغاز فعالیت آموزشی
                </h3>


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


             <p>
             </div>
                اگر می‌خواهید خودتان را بهتر بشناسید
                و آگاهانه‌تر مسیر زندگی‌تان را انتخاب کنید،
                با من در ارتباط باشید.
            </p>
 
            <a href="#contact"
              class="btn btn-gold">
 
                <i class="fa-solid fa-arrow-left"></i>
 
                ارتباط با من


            </a>


         </div>
         </div>
خط ۳٬۰۷۸: خط ۲٬۹۵۸:


<!-- =====================================================
<!-- =====================================================
     CONTACT
     TESTIMONIALS
====================================================== -->
===================================================== -->


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


     <div class="container">
     <div class="container">
خط ۳٬۰۸۹: خط ۲٬۹۶۹:


             <small>
             <small>
                 ارتباط
                 نظرات
             </small>
             </small>


             <h2>
             <h2>
                 با من در ارتباط باشید
                 تجربه همراهان
             </h2>
             </h2>


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




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




             <div class="contact-list">
             <article class="card testimonial">


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


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


                    <div class="contact-icon">
                <div class="testimonial-person">


                        <i class="fa-solid fa-phone"></i>
                    <img
 
                    src="https://i.pravatar.cc/100?img=32"
                     </div>
                     alt="شرکت کننده دوره">


                     <div>
                     <div>
                        <small>
                            شماره تماس
                        </small>


                         <strong>
                         <strong>
                             ۰۹۱۲۱۲۳۴۵۶۷۸
                             سارا احمدی
                         </strong>
                         </strong>
                        <span>
                            شرکت‌کننده دوره
                        </span>


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


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


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


                     <div class="contact-icon">
                <p>
                    محتوای دوره بسیار کاربردی بود و کمک کرد
                     نقاط قوت خودم را بهتر بشناسم.
                </p>


                        <i class="fa-regular fa-envelope"></i>
                <div class="testimonial-person">


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


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


                         <strong>
                         <strong>
                             info@example.ir
                             علی رضایی
                         </strong>
                         </strong>
                        <span>
                            شرکت‌کننده کارگاه
                        </span>


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


            </article>


                <div class="contact-item">


                     <div class="contact-icon">
            <article class="card testimonial">
 
                <div class="quote">
                     <i class="fa-solid fa-quote-right"></i>
                </div>
 
                <p>
                    فضای آموزشی خوب و محتوای دوره باعث شد
                    بعضی از الگوهای رفتاری خودم را بهتر ببینم.
                </p>


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


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


                     <div>
                     <div>
                        <small>
                            اینستاگرام
                        </small>


                         <strong>
                         <strong>
                             @yourusername
                             مریم کریمی
                         </strong>
                         </strong>
                        <span>
                            شرکت‌کننده دوره
                        </span>


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


             </div>
             </article>




            <form class="contact-form">
        </div>


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


</section>


                    <div class="form-group">


                        <label>
<!-- =====================================================
                            نام و نام خانوادگی
    BLOG
                        </label>
===================================================== -->


                        <input
<section class="section"
                        type="text"
        id="blog">
                        placeholder="نام شما">


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


        <div class="section-title">


                    <div class="form-group">
            <small>
                مجله خودشناسی
            </small>


                        <label>
            <h2>
                            شماره تماس
                مقالات و مطالب آموزشی
                        </label>
            </h2>


                        <input
        </div>
                        type="tel"
                        placeholder="۰۹xxxxxxxxx">


                    </div>


        <div class="cards-grid">


                    <div class="form-group full">


                        <label>
            <article class="card blog-card">
                            موضوع
                        </label>


                        <input
                <div class="card-image">
                        type="text"
                        placeholder="موضوع پیام">


                     </div>
                     <img
                    src="https://images.unsplash.com/photo-1499750310107-5fef28a66643?auto=format&fit=crop&w=1000&q=85"
                    alt="خودشناسی چیست">


                </div>


                    <div class="form-group full">
                <div class="card-content">


                        <label>
                    <span class="blog-date">
                            پیام
                        خودشناسی
                        </label>
                    </span>


                        <textarea
                    <h3>
                         placeholder="پیام خود را بنویسید..."></textarea>
                         خودشناسی چیست؟
                    </h3>


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


                </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 blog-card">


                            ارسال پیام
                <div class="card-image">


                        </button>
                    <img
 
                    src="https://images.unsplash.com/photo-1531482615713-2afd69097998?auto=format&fit=crop&w=1000&q=85"
                     </div>
                     alt="رشد فردی">


                 </div>
                 </div>


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


        </div>
                    <span class="blog-date">
                        رشد فردی
                    </span>


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


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


                </div>


<!-- =====================================================
            </article>
    FOOTER
====================================================== -->


<footer class="footer">


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


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


            © تمامی حقوق برای
                    <img
            <strong>
                    src="https://images.unsplash.com/photo-1506784983877-45594efa4cbe?auto=format&fit=crop&w=1000&q=85"
                محمدرضا شایق
                    alt="انتخاب آگاهانه">
            </strong>
            محفوظ است.


         </p>
                </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();
 
                    }
 
                }


    </div>
            }
 
        );
</footer>




</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") ===
                        "#" + current
                    ){
 
                        link.classList.add(
                            "active"
                        );
 
                    }


                }
            );


         }
         /* -------------------------------------------------
          INITIAL STATE
        ------------------------------------------------- */


         window.addEventListener(
         document.body.classList.remove(
             "scroll",
             "section-locked"
            updateMenu,
            {passive:true}
         );
         );
        updateMenu();


     }
     }
خط ۳٬۳۶۵: خط ۳٬۷۰۰:


</body>
</body>
</html>
</html>
برگرفته از «https://fa.faraghaib.ir/wiki/تست»