body{
    margin: 0;
    direction: rtl;
    font-family:yekan;
    background: linear-gradient(59deg, #02AAAD 0%, rgba(255,255,255,1) 40%, rgba(63,215,181,1) 100%);
    text-align: center;
    height: 100vh;
    
}
.black{
    background-color: black;
    width: 70px;
    height: 20px;
    border-radius: 20px;
    margin-bottom: 10px;
}
.header_mobile{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5px;
}
.img_title{
    border-radius: 100px;
    width: 120px;


}
.title{
    font-size: 24px;
    font-weight: bold;
    margin: 5px 0;
}
.main{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}
.gray{
    background-color: rgb(150, 152, 150);
    width: 65px;
    height: 6px;
    border-radius: 25px;
    margin-right: 42%;
    margin-top: 10px;
}
.mobile{
    width: 370px;
    margin-top: 5px;
    border-radius: 30px;
    border: black 7px solid;
    /* From https://css.glass */
background: rgba(255, 255, 255, 0.28);
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(13.2px);
-webkit-backdrop-filter: blur(13.2px);
 overflow: hidden;
 display: flex;
 flex-direction: column;
 justify-content: space-between;
 align-items: center;
 gap: 5px;
 position: relative;
 
}
.main_mobile{
display: flex;
justify-content: center;
}

.social{
/* From https://css.glass */
background: rgba(255, 255, 255, 0.43);
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
width: 99%;
margin: 0 auto;
display: flex;
flex-direction: column;
border-top-left-radius: 16px;
border-top-right-radius: 16px;
height: 320px;
}
.list{
    list-style: none !important;
    display: flex;
    flex-direction: column;
    padding: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 290px;
    width: 95%;
    margin: 6px auto;
}
.item{
    display: flex;
    align-items: center;
    width: 95%;
justify-content: space-between;
padding: 5px;
}
.paraf{
    font-size: 12px;
    text-align: center;
}
.paraf_span{
    font-size: 14px;
    font-weight: bold;
}
.socialmedia{
    display: flex;
    align-items: center;
    gap: 10px;
}
.center{
    display: flex;
    flex-direction: column;
    align-items: start;
}
.name_social{
    margin: 0;
    color: #445452;
    font-size: 16px;
    font-weight: 900
}
.link_social{
    margin: 0;
    color: grey;
    font-size: 12px;
    font-weight: 700;
    direction: ltr;

    
}
.btn{
    background-color: #02AAAD;
    padding: 5px 15px;
    border-radius: 20px;
    border: none !important;
    font-size: 12px;
    font-weight: 900;
    font-family: yekan;
    box-sizing: border-box;
    cursor: pointer;
    transition: all .7s;

}
.icon{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:40px;
    color: #02AAAD;
    background-color: white;
    border-radius: 50px;
    padding: 0px 8px;
    
}
.list a{
    background-color: #d3ece6ce;
border-radius: 15px;
margin: 6px;
transition: all 0.7s;
}
.list a:hover{
    background-color: #02AAAD;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: linear-gradient(59deg, #02AAAD 0%, rgb(230, 230, 230) 100%);
    border-radius: 10px;
  }

  .footer{
    background: #02AAAD;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(3.5px);
    -webkit-backdrop-filter: blur(3.5px);
    text-align: center;
    width: 85%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    z-index: -10;

  }
  .header_mobile a{
    color: black;
  }
  a{
    text-decoration: none;
  }
  .Andish{
    border-bottom: solid 2px black !important;
    font-size: 14px;
    font-weight: bold;
  }
  .paraf_footer{
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    transition: all .7s;
    cursor: pointer;
    color: black;
  }
 .btn:hover, .footer:hover{
    background-color: #5BDCBF;
 }

 .rights{
    font-size: 20px;
    font-weight: 100;
 }

  @font-face {
    font-family: yekan;
    src: url(./public/B_Yekan/Yekan.ttf);
  }
  .img_social{
    width: 30px;
    background-color: white;
    border-radius: 10px;
    padding: 10px;
  }
  .icon_social{
        display: flex;
        justify-content: center;
        align-items: center;
        font-size:30px;
        color: #02AAAD;
        background-color: white;
        border-radius: 10px;
        padding: 10px 10px;
        
   }  
       
     @media (max-width: 380px) {
    .paraf_footer{
        font-size: 8px;

    }
       
   }

   @media (max-width: 400px) {
    .mobile{
       width: 95%;
       height: 87vh;

    }
    .paraf{
        font-size: 8px;
    }
    .paraf_span{
        font-size: 10px;
    }
    .link_social{
        font-size: 10px;
    }
}

}