* {
    direction: rtl;
    font-family: yBakh;
}
@font-face {
    font-family: yBakh;
    font-weight: 700;
    src: url('./Ybakh/700/yekan bakh en 06 bold.eot'),
    url('./Ybakh/700/yekan bakh en 06 bold.ttf'),
    url('./Ybakh/700/yekan bakh en 06 bold.woff');

}

@font-face {
    font-family: yBakh;
    font-weight: 400;
    src: url('./Ybakh/400/yekan bakh en 04 regular.eot'),
    url('./Ybakh/400/yekan bakh en 04 regular.ttf'),
    url('./Ybakh/400/yekan bakh en 04 regular.woff');
}

@font-face {
    font-family: yBakh;
    font-weight: 500;
    src: url('./Ybakh/500/yekan bakh en 05 medium.eot'),
    url('./Ybakh/500/yekan bakh en 05 medium.ttf'),
    url('./Ybakh/500/yekan bakh en 05 medium.woff');
}

@font-face {
    font-family: yBakh;
    font-weight: 900;
    src: url('./Ybakh/900/yekan bakh en 07 heavy.eot'),
    url('./Ybakh/900/yekan bakh en 07 heavy.ttf'),
    url('./Ybakh/900/yekan bakh en 07 heavy.woff');
}
body {
    direction: rtl;
    background-image: url("./assets/main_bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #03B2DE !important;
    font-size: 24px !important;
    font-family: yBakh;
}

.centerDiv {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 500px!important;
}

.justify-content-center {
    align-items: center;
    justify-content: center;
    height: 90vh;

}

.bg-ground {
    background-color: #444444 !important;
    border-radius: 42px;
    color: white;
    padding: 0 !important;
}

.bg-ground1 {
    background-color: #222222 !important;
    border-radius: 42px;
    min-height: 500px;
}

.centerDiv1 {
    align-items: center;
    height: 400px;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 16px;
}

.my-photo {
    border-radius: 50%;
    width: 120px;
    margin: 8px;
}

.btn-download {
    border-radius: 16px;
    border: 2px solid white;
    background-color: transparent;
    color: white;
    padding: 8px 20px;
    transition: 0.3s;
    font-size: 16px;
    font-weight: 600 !important;
    margin-top: 8px;
}

.btn-download:hover {
    background-color: white;
    color: #03B2DE !important;
    transition: 0.3s;
}

.justify-content-center1 {
    justify-content: center;
    display: flex;
    align-items: center;
    height: 100%;
    min-height: 500px;
    flex-wrap: nowrap;
    flex-direction: column;
}

.bg-ground-menu {
    background-color: #444444 !important;;
    border-radius: 34px;
    min-height: 500px;
    color: white;
    justify-content: center;
    display: flex;
    padding: 12px;
}

.bg-ground-menu ul li {
    list-style: none;
}

.bg-ground-menu ul {
    padding: 0;
}

.bg-ground-menu ul li img {
    width: 38px;
    height: 38px;
    margin: 10px;
    transition: 0.2s;
}

.bg-ground-menu ul li img:hover {
    cursor: pointer;
    opacity: 0.8;
    transition: 0.2s;
}

.home-anim {
    transform: scale(0.2);
    animation: grow 1s ease forwards;

}

@keyframes grow {
    to {
        transform: scale(1);
    }
}

.blue {
    color: #04b4e0;
}

#profile {
    font-size: 16px;
    padding: 20px;
    line-height: 26px;
}

.gray-text {
    color: #BBBBBB !important;
}

.reCommentSection {
    padding: 18px;
    border-radius: 16px;
    border: 2px solid #444444 !important;
    text-align: center;
    background-color: #333333 !important;
    margin-top: 4px;
}

.reCommentSection img {
    width: 50px;
    height: 50px;
}

.reCommentSection p {
    margin: 8px ;
    font-size: 20px;
}

.bold {
    font-size: 35px !important;
    color: #BBBBBB;
    font-weight: bolder;
    font-family: yBakh;
    margin-top: 18px !important;
}

.myService {
    padding: 20px;
}

.myService p {
    font-size: 14px;
    line-height: 31px;
}

.myService h3 {
    font-size: 16px;
}

.myService img {
    width: 40px;
    height: 40px;
}

.myEx img {
    width: 100%;
    height: 150px;
    margin: 8px;
    border-radius: 12px;
}
.myEx:hover{
    cursor: pointer;
}
.image-section:hover  .text {
    display: block;
    opacity: 1;
    transition: 0.2s;
}
.myEx {
    padding: 16px;
}

h1 {
    font-size: 60px !important;
    font-weight: 800 !important;
}

h2 {
    font-size: 40px !important;
    font-weight: 700 !important;
}
h4{
    font-weight: 800 !important;
}
.sotial-icon{
    padding: 2px;
}
.bi-instagram,.bi-telegram ,.bi-linkedin{
    margin: 4px;

}
.bi-instagram:hover{
    fill: red;
    transition: 0.2s;
    cursor: pointer;
}
.bi-telegram:hover{
    fill: #0092e4;
    transition: 0.2s;
    cursor: pointer;
}
.bi-linkedin:hover{
    fill: #0092e4;
    transition: 0.2s;
    cursor: pointer;
}
.justify-text{
    text-align: justify;
}
.image-section{
    position: relative;
}
.image-section .text{
    position: absolute;
    top: 0;
    left: 0;
    width: 95%;
    height: 95%;

    border-radius: 12px;
    padding: 8px;
    font-size:18px ;
    backdrop-filter: blur(10px);
    color: black;
    opacity: 0;
    transition: 0.2s;
}
.size-12{
    font-size: 16px;
}

.progress-container {
    width: 100%;
    background-color: #e0e0e0;
    border-radius: 0;
    overflow: hidden;
    height: 20px;
}

.progress-bar {
    height: 100%;
    background-color: #04b4e0 !important;
    width: 0;
    border-radius: 0;
    transition: width 0.4s;
}
.setting img{
    width: 40px;
    height: 40px;
}
.setting p{
    font-size: 18px;
}
