#sotoonVasat
{
    float: left;
    width: calc(100% - 50px);
    margin: 15px 20px 25px 30px;
    padding: 0;
}

#kadrDarbarehSV
{
    width: 100%;
}

.titrDRB
{
    float: right;
    width: 100%;
    padding: 10px 0px;
}

.titrDRB>h2
{
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 1.25rem;
    color: var(--cl-asl);
}

.kadrMatnhaDRB
{
    width: 100%;
    margin: 10px 0;
    text-align: justify;
    line-height: 2;
}

.kadrMatnhaDRB h4
{
    margin-bottom: 10px;
}

u:before {
    top: 10px;
    right: 0px;
}

.kadrMatnhaDRB pre
{
    font-family: IREntezar;
    letter-spacing: 1px;
}

.matnTitrDRB
{
    width: calc(100% - 10px);
    height: 16px;
    padding: 5px 5px;
    text-align: right;
    font-family: yekan;
    font-size: 1rem;
    line-height: 1;
    color: hsl(199, 29%, 48%);
    text-shadow: -1px 1px hsl(150, 2%, 66%);
    background-color: #eaeaea;
}

.kadrMatnhaDRB>p
{
    width: calc(100% - 20px);
    margin: 10px 10px;
    text-align: justify;
}

.kadrAksDRB {
    float: left;
    width: calc(50% - 20px);
    margin-right: 20px;
}
.kadrVasetAksDRB {
    float: right;
    width: 100%;
}
img.aksDRB
{
    float: right;
    width: calc(100% - 20px);
    margin: 10px;
    border-radius: 8px;
    box-shadow: 0px 0px 5px hsl(0, 0%, 82%);
}

#kadrLogohaDRB
{
    width: 240px;
    height: 50px;
    margin: 20px auto;
}

#kadrLogohaDRB>a,#kadrLogohaDRB>a:link,#kadrLogohaDRB>a:visited
{
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    padding: 10px;
    margin: 0px 5px;
    border-radius: 50%;
    background-color: white;
    background-image: radial-gradient(circle , hsl(0, 0%, 100%), hsl(119, 52%, 69%));
    position: relative;
    transition: transform 0.3s,background-image 0.3s;
}

#kadrLogohaDRB>a:hover
{
    transform: translateY(-5px);
    background-image: radial-gradient(circle , hsl(0, 0%, 100%), hsla(0, 0%, 68%, 51%));
}

#kadrLogohaDRB>a span
{
    display: block;
    width: 50px;
    height: 7px;
    position: absolute;
    bottom:-20%;
    left:0px;
    background-image: radial-gradient(ellipse, hsla(201, 34%, 11%,0.2), hsla(240, 100%, 50%,0) 70%);
    transition: transform 0.3s,background-image 0.3s;
}

#kadrLogohaDRB>a:hover span
{
    transform: translateY(5px);
    background-image: radial-gradient(ellipse, hsla(201, 34%, 35%,0.2), hsla(240, 100%, 50%,0) 85%);
}

#kadrLogohaDRB>a>img
{
    display: block;
    width: 100%;
}

/* پروفایل */
.kadProfileSV
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    float: right;
    width: 100%;
}

.itemProfile
{
    float: right;
    width: calc(95% - 60px);
    padding: 30px;
    margin: 10px 0 25px;
    border-radius: 16px;
    background-color: var(--cl-3-1);
    box-shadow: 0px 0px 5px hsl(0, 0%, 82%);
}

img.aksProfile
{
    float: right;
    width: 25%;
    border-radius: 50%;
    box-shadow: 0px 0px 5px hsl(0, 0%, 82%);
}

.kadrEelaatProfile
{
    float: left;
    width: calc(75% - 30px);
    margin-right: 30px;
}

h3.titrProfile
{
    float: right;
    width: 100%;
    padding: 0 0 10px 0;
    margin: 0 0 15px 0;
    border-bottom: 1px solid var(--cl-brd);
    color: var(--cl-4);
}

p.tozihProfile
{
    float: right;
    width: 100%;
    padding: 0;
    margin: 0;
}

@media only screen and (max-width: 767px)
{
    #sotoonVasat {
        width: calc(100% - 30px);
        margin: 0 15px 15px;
        min-height: auto;
    }

    .titrDRB {
        width: calc(100% - 20px);
        margin: 10px;
    }

    .kadrAksDRB
    {
        width: 100%;
        margin: 0;
    }

    .kadrMatnhaDRB {
        width: calc(100% - 0px);
        margin: 10px 0;
    }

    #navarRast {
        display: none;
    }

    img.aksDRB
    {
        width: calc(100% - 20px);
    }

    /* پروفایل */
    .itemProfile
    {
        width: calc(100% - 60px);
        margin: 0 0 25px;
    }

    img.aksProfile
    {
        width: 100%;
    }

    .kadrEelaatProfile
    {
        width: 100%;
        margin: 20px 0 0 0;
    }
}