
        @font-face {
            font-family: def-font;
            src: url('/files/fonts/Vazir-Regular.ttf');
        }

        * {
            margin: 0;
            padding: 0;
            direction: rtl;
            transition: all 300ms;
            font-family: def-font;
            font-size: 15px;
        }

        body {
            max-width: 1200px;
            margin: auto;
            background-color: #f9f9ff;
        }

        a {
            color: #742aff;
            text-decoration: none;
        }

        .container {
            width: calc(100% - 20px);
            margin: auto 10px;
        }

        .header {
            width: calc(100% - 20px);
            height: 50px;
            position: fixed;
            top: 10px;
            right: 10px;
            left: 10px;
            border-radius: 10px;
            background-color: #ffffffdc;
            box-shadow: 0 0 3px 1px #b4b4b4b0;
            backdrop-filter: blur(5px);
            z-index: 8;
        }

        .main-menu-btn {
            width: 40px;
            height: 40px;
            border-radius: 5px;
            overflow: hidden;
            float: right;
            margin: 5px 5px;
            user-select: none;
            cursor: pointer;
        }

        .main-menu-btn:hover {
            background-color: #c4c4c479;
        }

        .main-menu-btn-div {
            width: 20px;
            height: 20px;
            margin: 0 10px;
            position: relative;
            top: 10px;
        }

        .main-menu-btn-self {
            width: 20px;
            height: 20px;
            margin: 0;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            background-image: url('files/simbols/menu.svg');
        }

        .top-space {
            width: 100%;
            height: 75px;
            visibility: hidden;
            opacity: 0;
        }

        .main-content {
            text-align: right;
        }

        .top-part {
            width: 100%;
            height: auto;
            border-radius: 15px;
        }

        .top-part-div {
            width: 250px;
            height: auto;
            margin: 10px auto;
        }

        .tp-prof {
            width: 200px;
            height: 200px;
            border-radius: 50%;
            border: 5px dashed #b4b4b4;
            overflow: hidden;
            margin: 20px auto;
        }

        .tp-prof img {
            width: 100%;
            height: 100%;
        }

        .tp-info {
            width: 100%;
            height: auto;
            margin: 0;
            text-align: center;
        }

        .tp-info-bold {
            font-weight: 800;
            font-size: 17px;
        }

        .dir-ltr {
            direction: ltr;
        }

        .aboutme {
            width: 95%;
            max-width: 500px;
            text-align: justify;
            font-size: 15px;
            margin: 10px auto;
            border-radius: 20px;
            box-shadow: 0 0 30px 1px #e0e0e7bb;
            background-color: white;
            padding: 20px 0;
            overflow: hidden;
        }

        .aboutme-div {
            width: 90%;
            height: auto;
            margin: auto;
        }

        .title1-mc {
            width: 95%;
            max-width: 500px;
            height: auto;
            font-size: 20px;
            font-weight: 800;
            text-align: right;
            margin: 5px auto;
        }

        .item-specially-row {
            width: 100%;
            height: 224px;
        }

        .item-specially {
            width: calc(100% - 22px);
            height: 100px;
            margin: 5px 10px;
            border: 1px solid rgb(219, 219, 219);
            border-radius: 5px;
            float: left;
        }

        @media (min-width: 500px) {
            .item-specially-row {
                width: 100%;
                height: 112px;
            }

            .item-specially {
                width: calc(50% - 22px);
                height: 100px;
                margin: 5px 10px;
            }
        }

        .item-specially-title {
            width: calc(100% - 20px);
            margin: 5px auto;
            margin-top: 10px;
            direction: ltr;
        }

        .ist-span {
            color: #742aff;
        }

        .item-specially-line {
            width: calc(100% - 20px);
            height: 50px;
            margin: 5px auto;
        }

        .item-specially-line-self {
            width: 100%;
            height: 10px;
            border-radius: 100px;
            margin: 0;
            position: relative;
            top: 30px;
            background-color: #d8d8d8;
            overflow: hidden;
        }

        .item-specially-line-self-p {
            width: 0;
            height: 100%;
            background-color: #742aff;
            float: left;
        }
        
        #texts_m_id a {
        color: black;
        text-decoration: none;
        }
        
        }
  