@font-face {
    font-family: "Noto";
    src: url("noto//Noto_Sans/NotoSans-VariableFont_wdth\,wght.ttf") format("truetype") ;
}
@font-face {
    font-family: "Noto fars";
    src: url("noto/Noto_Sans_Arabic/NotoSansArabic-VariableFont_wdth\,wght.ttf") format("truetype") ;
}
*{
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    font-family: "Noto" , "Noto fars";
    scrollbar-width: none;
}
body{
    --black:black;
    --gray:#e9e9e9;
    /* --border:#bed6e4; */
    --border:#d3d3d3;
    --box:#ff0000;
    --text:rgb(105, 105, 105);
    --bkg:#ffffff;
     --white:white;

    /* var(--white):black; */

    /* --blue:hsl(209, 90%, 54%); */
    /* --blue:#1496ec; */
    /* --blue: #0e95e2;   --blue:#3992eb; */
    /* --blue:#368fe7; */
    --blue:#148aeb;
    /* --blue: #1c87ea; */

    --red:hwb(0 28% 0%);
    background-color: var(--bkg); 
}






.skeleton {
  position: relative;
  overflow: hidden;
  background-color: #d7d7d7; /* خاکستری متوسط */
  border-radius: 15px;
  width: 100%;
  height:100%;
  animation: fadeIn 0.4s ease-in-out;
}

.skeleton::before {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 150%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(220, 220, 220, 0) 0%,
    rgba(240, 240, 240, 0.8) 50%,
    rgba(220, 220, 220, 0) 100%
  );
  animation: shimmer 1.2s infinite;
  z-index: 1;
}

@keyframes shimmer {
  0% { left: -150%; }
  100% { left: 100%; }
}

@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.98); }
  to { opacity: 1; transform: scale(1); }
}






::-webkit-scrollbar{
    display: none;
}


.header-container{
    width: 100%;
    height:auto ;
    background:var(--white);
    padding: 12px 17px  5px 10px;
    border-bottom: 1px solid var(--border);
    background-color: var(--white);
}
.header-container li{
    list-style-type: none;
}
.header-container a{
    text-decoration: none;
}
.header-card-one{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
   position: fixed;
   top: 0px;
   background-color: white;
   z-index: 4;
   padding-right: 29px;
   padding-top: 10px;
   padding-bottom: 4px;
}
.header-card-logo img{
    position: relative;
    width: 59px;
    top: -.5px;
}
.header-card-logo p{
    font-size: 19px;
    font-weight: 500;
    color: var(--blue);
}
.header-card-tow{
    width: 50%;
    display: flex;
    gap: 18.3px;
    align-items:center;
    justify-content: right;
}

.header-vpn{
    display: flex;
    align-items: baseline;
}
.header-vpn img{
    width: 1.96rem;
}
.header-dote-vpn{
   width:  6px;
   height: 6px;
   position: relative;
   background-color: var(--blue);
  border-radius: 50%;
  left: -5.5px;
  top: -0.5px;
}
.header-bell{
    display: flex;
    position: relative;
}

.header-bell-image{
    fill: none;
    stroke: var(--black);
    width:2.092rem;
    position: relative;
    top: 3.3px;
    padding: 0.1px;
}

.header-filter-container{
   
    height: auto;
    
    /* max-width: 100%; */

    width: 100%;
    margin-top: 50.2px;
    margin-bottom: 2px;
   
    /* position: absolute;
    left: 50%;
    transform: translateX(-50%); */
    overflow: scroll;
    
}
.header-filter-container nav{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: scroll;
    white-space: nowrap;
    scroll-snap-type:x mandatory;

}
/* .r{
    display: flex;
    justify-content: space-between;
} */
.header-filter-container ul{
   width: 100%;
    height: auto;
    display: flex;
    gap: 6.3px;
    overflow: scroll;
}
.header-filter-container a{
    padding: 11px 14px 4px 14px;
    
    /* background-color: rgba(240, 244, 255, 0.699); #e9edfff5*/
    background-color: #dde6ff  ;
    border-radius: 16px;
    border: none;
    outline: none;
}
.header-filter-container a:not(.filter-link.active):hover{
   animation: filter-hover 1s ease-in-out;
   transition: 0.3s;
}
@keyframes filter-hover{
    0%{background-color:rgba(182, 200, 248, 0.753) }
    100%{background-color:#dde8ff  ;}
}

.header-filter-container p{
    font-size: 13px;
    font-weight: 590;
    color: var(--black);
}
.header-news{
    height: px;
    position: relative;
}
.header-news-dote{
    width: 2px;
    height:2px;
    background-color: var(--red);
    border-radius: 50%;
    /* position: relative;
    top: 1px; */
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 6px;
}
#ghost{
    /* padding: 7px 14px; */
    color: var(--white);
    /* padding: 4px  7px; */
    display: flex;
    justify-content: center;
    align-items: end;
    font-weight: bold;
    gap: px;
    border: 2px solid transparent;
    /* padding: 1px 14px 0px 14px; */
}
.header-ghost-icon:hover{
    opacity: 0.85;
    transition: 0.3s;
}
.header-ghost-icon{
    display: flex;
   border: 2px solid transparent;
   border-radius: 16px;
   background: 
     linear-gradient(45deg, rgb(82, 82, 82) 50%, rgb(0, 0, 0) 50%), 
     linear-gradient(to right,#00adf1, rgb(226, 0, 68)); 
   background-clip: padding-box, border-box;
   background-origin: padding-box, border-box;
   position: relative;
}
.header-ghost-icon svg{
    fill: none;
    stroke: white;
    stroke-width: 4.1px;
    width: 19px;
    height:19px;
    position: relative;
    left: -1.5px;
    top: -5px;
}
.header-ghost-icon p{
    position: relative;
    top: -4px;
}
.filter-link.active{
    background-color: var(--blue);
}
.header-ghost-icon.active{
    background: 
    linear-gradient(45deg, var(--blue)  , var(--blue)), 
    linear-gradient(to right, #1eb8ff , rgb(255, 8, 144)); 
}
.filter-link.active.active p{
    color: var(--white);
    font-weight: bold;
}







.navbar-container{
    width: 100%;
    height: 45px;
    background:var(--white);
    position: fixed;
    bottom: 0px;
    border-top: 1px solid var(--border);
    z-index: 4;
}
.navbar-container li{
    list-style-type: none;
}
.navbar-container a{
    text-decoration: none;
}
.navbar-container ul{
    width: 100%;
    height: auto;
    display: flex;
    justify-content:space-around;
    gap: 8px;
    align-items:center;
}
.navbar-container a:not(.add){
    border: none;
    outline: none;
    background-color: transparent;
}
.navbar-container a:not(.add):hover{
    border: none;
    outline: none;
    animation: navbar-hover 1s ease-in-out;
    transition: 0.4s;
    border-radius: 10px;
    padding: 0px 0px;
}
@keyframes navbar-hover{
    0%{background-color:rgba(218, 232, 255, 0.781) }
    100%{background-color:#ffffff  ;}
}
.add{
    background:var(--blue);
    position: relative;
    top: -10px;
    border-radius: 50%;
    /* margin:/0px -12px ; */
    border: 3px solid var(--white);
   width: 47px;
   height: 47px;
   display: flex;
   justify-content: center;

}
.add:hover{
    animation: add-hover 1s ease-in-out;
    transition: 0.3s;
    padding: 0px;
}
@keyframes add-hover{
    0%{background-color: #047ced}
    100%{background-color:var(--blue)}
}
.add svg{
    /* padding: 13px;
    font-size: 16px; */
    /* font-weight: bold;
    color: var(--white);
    -webkit-text-stroke-width: .35px; */
    /* fill: red; */
    stroke: var(--white);
    fill: none;
    stroke-width: 2.4;
    width: 25px;
    position: relative;
    top: -.4px;

/* 
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 50%;
    transform: translateY(-50%); */
}
.navbar-container img{
    position: relative;
    top: 0.3px;
}
.home img{
    width: 28.7px;
}
.search img{
    width: 26px;
}
.short img{
    width: 26px;
}
.profile{
    position: relative;
}
.profile img{
    margin-top: 3.5px;
    width: 28.8px;
}
.profile-dote{
    width: 5px;
    height: 5px;
    background-color: var(--red);
    border-radius: 50%;
    position: absolute;
   top: 10px;
   right: -2px;

}
.full{
    display: none;
}


.nav-item.active {
    background: rgba(255, 255, 255, 0.1);
}





  
.post-card-container{
    border: 1px solid var(--border);
    border-radius: 15px 15px 0px 0px;
    /* border-radius: 15px; */
    /* border-radius: 0px; */
     /*border-top: none; */
}
.post-comment-card-container{
    border: 1px solid var(--border);
    border-top: none;
    border-radius: 0px 0px 15px 15px;
}




.follow-index{
    display: none;
}





/* برای موبایل‌های کوچک (کمتر از 480px) */
@media (max-width: 479px) 
{
   .navbar-desktop{
    display: none;
   }
   .filter-profile-container{
    display: none;
   }
   #post-all-profile-grid{
    margin-top: px;
   }
   .post-card-container{
    border: 1px solid var(--border);
    /* border-radius: 15px 15px 0px 0px; */
    /* border-radius: 15px; */
    border-radius: 0px;
    border-top: none;

}
.post-comment-card-container{
    border: 1px solid var(--border);
          /*border:none;*/
     border-top: none; 
    border-radius: 0px 0px 15px 15px;
    /* border-radius: 0px; */
}

}

/* برای موبایل‌های بزرگتر (بین 480px تا 767px) */
@media (min-width: 480px) and (max-width: 775px)
{

    .navbar-desktop{
        display: none;
    }
    .filter-profile-container{
        display: none;
    }
    #post-all-profile-grid{
        margin-top: -5px;
    }
    .post-card-container{
        border: 1px solid var(--border);
        /* border-radius: 15px 15px 0px 0px; */
        /* border-radius: 15px; */
        border-radius: 0px;
        border-top: none;

    }
    .post-comment-card-container{
        border: 1px solid var(--border);
        border-top: none;
        border-radius: 0px 0px 15px 15px;
        /* border-radius: 0px; */
    }


}

/* برای تبلت‌ها (بین 768px تا 1024px) */
@media (min-width: 560px) and (max-width:775px){
    .post-all-container{
        margin-top: 15px;
     }
     .post-card-all-container{
        margin-bottom: 14.5px;
     }

     .post-card-container{
        border: 1px solid var(--border);
        border-radius: 15px 15px 0px 0px;
        /* border-radius: 15px; */
        /* border-radius: 0px; */
        border-top: non;

    }
}
@media (min-width: 776px) and (max-width:1203px){
    .post-all-container{
        margin-top: 11px;
     }
     .post-card-all-container{
        margin-bottom: 14px;
     }

}

@media (min-width: 776px) {


    .add-all-container{
        max-width: 630px;
        margin-left: 80px;
    }
  
    .myfollow-all-container{
        width: 100%;
        height: 190px;
        position: relative;
        /* background-color: red; */
        /* top: -10px; */
        }
    .myfollow-card-tow-container{
        height:auto;
        display: flex;
        overflow-x: scroll;
        padding: 0px 14px;
        gap: 25px;
        position: relative;
        left: 150px;
        top: -35px;
    }

    .profile-all-container{
         
           max-width: 640px;
            height: 100%;
            overflow: hidden;
            --profile-gray:rgb(120, 134, 150);
            position: relative;
           left: 130px;
           margin-top: 8px;

    }
   
    .post-all-container{
        margin-left: 25px;
        /* position: relative; */
        /* left: -100px; */

    }


   

    .header-container{
        padding: 0px 40x;
        /* max-width: 1000px; */
    }
   .header-card-logo{
    display: none;
   }
    .navbar-mobile{
        display: none;
    }
    .header-container{
        border: none;
        margin-top: -8px;
    }
    .header-card-one{
       position: relative;
       margin-left: -15px;
       justify-content: right;
       
    }
    .filter-profile-container{
        display: flex;
        justify-content: left;
        position: absolute;
        top: 7.5px;
        left: 140px;
    }
    .filter-profile-container img{

        width: 43px;
        height: 43px;
        border-radius: 50%;
        position:relative;
        border: 2.9px solid var(--white);
    }

    #image-filter-1{
        left: 35px;
    }
    #image-filter-2{
        left: 16px;
    }
    #image-filter-3{
        left: -4px;
    }
    .header-card-tow{
        gap: 19.8px;
    }
    .header-bell-image{
        width:2.2rem;
    }    
    .header-vpn img{
        width: 2rem;
    }
     .header-filter-container{
        justify-content: center;
        display: flex;
        margin-top: 8px;
        padding: 0px 2px;
    }
    .header-filter-container ul{
        
        padding-left: 150px;

    }
    .header-filter-container a{
        padding: 12px 14px 5px 14px;
    
        /* padding: 10px 17px ; */
    }
   
    
        


    .navbar-logo-cum-container{
        width: 4.7rem;
        margin-top: 23px;
        position: relative;
        left: 36px;
        margin-bottom: 25px; 
    }
    .navbar-space-one{
        width: 65%;
        height: 1.45px;
        background-color: var(--border);
        position: absolute;
        border-radius: 100px;
        top: 355px;
    }
    .navbar-space-tow{
        width: 65%;
        height: 1.45px;
        background-color: var(--border);
        position: absolute;
        border-radius: 100px;
        top: 525px;
    }
    .navbar-desktop{
        width:150px;
        height: 100%;
        background:rgb(255, 255, 255);
        position: fixed;
        left: 0px;
        bottom: 0px;
        border-right: px solid var(--border);
        z-index: 4;
        overflow: scroll;
       
    }
    .navbar-container a:not(.addd){
        background-color:transparent;
        border: none;
        outline: none;
        display: flex;
        align-items: center;
        gap: 12px;
    }
    .navbar-container  p{
        font-size: 17px;
        color: var(--black);
        font-weight: 520;
        position: relative;
        top: -1px;
        display: noe;
    }
    .navbar-container ul{
        width: 100%;
        height: auto;
        display:flex;
        flex-direction: column;
        gap: 54px;
        margin-top: 33px;
        margin-left: -5px;
    }
    .navbar-container a:not(.addd):hover{
        border: none;
        outline: none;
        animation: navbar-hover 1s ease-in-out;
        transition: 0.4s;
        border-radius: 10px;
        padding: 0px 20px;
    }
    @keyframes navbar-hover{
        0%{background-color: rgba(218, 232, 255, 0.781)  }
        100%{background-color:#ffffff  ;}
    }
    .addd{

        width: 47px;
        height: 47px;
        background:var(--blue);
        position: relative;
        left: -23px;
        border-radius: 50%;
        border: 2px solid var(--white);
        /* display: flex;
         justify-content: center;  */
    }
    .addd:hover{
        animation: add-hover 1s ease-in-out;
        transition: 0.3s;
       /* padding: 20.8;
       padding: 20.8px; */
       /* width: 1px;
       height: 1px; */
    }
    @keyframes add-hover{
        0%{background-color:#057bea}
        100%{background-color:#148aeb}
    }
    .addd svg{
    stroke: var(--white);
    fill: none;
    stroke-width: 2.6;
    width: 25px;
    position:relative;
    top: 7.9px;
    /* left: -.px; */
    }
    .addd  p{
        position: relative;
        font-weight: 500;
        left: 51px;
        top: -21px;
    
    }
    
    .navbar-container img{
        position: relative;
        top: 0.3px;
    }
    .home img{
        width: 29.7px;
    }
    .search img{
        width: 27px;
    }
    .short img{
        width: 27px;
    }
    .profile img{
        margin-top: 3.5px;
        width: 29.7px;
    }
    .profile p{
     
        position: relative;
        top: 2.5px;
    }
    .setting img {
        width: 27.5px;

    }
    .profile-dote{
        width: 5px;
        height: 5px;
        background-color: var(--red);
        border-radius: 50%;
        position: relative;
        top: -27px;
        left: 13px;
        display: none;
    }

}
 
@media (min-width: 820px)  {

    



    .post-all-container{
        /* margin-left: 2000px; */
        position: relative;
        left: -0px;
    }
   
   .profile-all-container{
     
       max-width: 690px;
        height: 100%;
        overflow: hidden;
        --profile-gray:rgb(120, 134, 150);
        position: relative;
       left: 110px;


    }
}
@media (min-width: 1204px) and (max-width: 1277px){

    

    .add-all-container{
        max-width: 700px;
        margin-left:0px;
    }
  
     .profile-all-container{
      
        max-width: 800px;
         height: 100%;
         overflow: hidden;
         --profile-gray:rgb(120, 134, 150);
         position: relative;
         left: 80px;
     }
     

     .follow-index{
        width: 480px;
        height:auto;
        position: absolute ; 
        right: -5px;
        z-index: 3000px;
        top:120px;
        display: block;
     }
     .follow-i-card{
        display: flex;
        gap: 8.5px;
        padding: 16px 0px ;
        border-bottom: 1px solid rgb(218, 218, 218) ;
     }
     .follow-i-card img{
        width: 53px;
        height: 53px;
        border-radius: 50%;
     }
    .follow-i-name{
        display: flex;
     }
    .follow-i-name p {
        color: black;
        font-size: 1.03rem;
        font-weight: 720;
        position: relative;
        top: 11px;
        text-transform: capitalize;
    }
    .follow-i-name svg {
        position: relative;
        top: -4px;
        left: 3px;
    }




#post-index{

        /* max-width: 600px; */
        /* margin-let: -135px; */
        /* display: grid;
        grid-template-columns: 1fr 1fr; */
        /* gap: 0px 70px; */
        position: relative;
        left: -170px;
        margin-top: 2px;
    }

    .post-card-all-container{
       /* max-width: 500px; */
       /* height: 535px; */
       margin-top: 15px;
      
    }
    #post-all-profile-grid{
        max-width:505px;
        margin-left: 0px;  
        display:block; 
        gap: 0px;
       position: relative;
       left: 0px;
       margin-top: 0px;
      
   }
   #post-card-profile-grid{
    margin-top: 16px;
   }
}

@media screen and (min-width:1278px){

    .follow-index{
        width: 480px;
        height:auto;
        position: absolute ; 
        right: 120px;
        z-index: 3000px;
        top: 125px;
        display: block;
     }
     .follow-i-card{
        display: flex;
        gap: 8.5px;
        padding: 16px 0px ;
        border-bottom: 1px solid rgb(218, 218, 218) ;
     }
     .follow-i-card img{
        width: 53px;
        height: 53px;
        border-radius: 50%;
     }
    .follow-i-name{
        display: flex;
     }
    .follow-i-name p {
        color: black;
        font-size: 1.03rem;
        font-weight: 720;
        position: relative;
        top: 11px;
        text-transform: capitalize;
    }
    .follow-i-name svg {
        position: relative;
        top: -4px;
        left: 3px;
    }






    .add-all-container{
        max-width: 700px;
        margin-left: 00px;
    }

    .profile-all-container{
      
        max-width: 750px;
         height: 100%;
         /* overflow: hidden; */
         --profile-gray:rgb(120, 134, 150);
         position: relative;
         left: 0px;
     }

    #post-index{
        position: relative;
        left: -250px;
        /* margin-left: -100%; */
    }
    .post-all-container{
        /* position: absolute; */
        /* margin-left: 100%; */

        /* left: 100px; */
    }
    .post-card-all-container{
       /* margin-top: -73px; */
       border-bottom: none;
       border-radius: 15px;
       margin-top:17px;
       position: relative;
      

    }
    #index-post{
       /* margin-left: -80%; */
    }
    .post-profile-user-container img{

        width: 2.76rem;
        height: 2.76rem;
    }
   
   #post-all-profile-grid{
        max-width:505px;
        margin-left: 0px;  
        display:block; 
        gap: 0px;
       position: relative;
       left: 0px;
       margin-top:-5px;
   }
   #post-card-profile-grid{
    margin-top: px;
   }

   #kk-p{
    max-width: 600px;
    /* border: 1px solid  rgb(153, 153, 153); */
    /* border-top: none;
    border-bottom: none; */
    /* background:linear-gradient(to right , rgb(246, 255, 249) , rgb(228, 246, 255)); */
    /* background-color: rgb(251, 251, 251); */
}

}


