body{
     font-family:iransans!important;
}
.nav__top {
    background: #F1F1F1;
    padding: 0 16px;
    display: flex;
    justify-content: space-between;
}

.nav__top__link, .nav__page__link {
    color: #212529;
    border-bottom: 2px dotted transparent;
    font-size: 18px;
    text-decoration: none;
    margin: 8px 43px 8px;
    transition: border 0.3s ease;
}

.nav__top__link:hover, .nav__page__link:hover {
    border-bottom: 2px dotted #545454;
}

.title {
    padding: 28px 0;
    background-image:linear-gradient( 99.6deg, rgb(0, 238, 255) 10.6%, rgb(14, 252, 255) 32.9%, rgb(11, 252, 255) 52.7%, rgb(0, 238, 255) 72.8%, rgb(0, 238, 255) 81.1%, rgb(17, 252, 255) 102.4% );
}

.title__h1 {
    text-align: center;
    font-size: 40px;
    font-family:iransans;
    font-weight: 600;
    margin: 0 0 8px;
}

.title__h1 span {
    font-family: iransans;
    font-style: italic;
}

.title__sub {
    text-align: center;
    font-size: 18px;
    font-family: iransansdn;
}

/*NAV PAGE*/
.nav__page {
    border-top: 4px solid #ed1e79;
    border-bottom: 4px solid #29abe2;
    max-width: 960px;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    background-image: linear-gradient( 109.6deg, rgba(255,24,134,1) 11.2%, rgba(252,232,68,1) 52%, rgba(53,178,239,1) 100.2% );
    border-bottom-right-radius: 68px;
    border-bottom-left-radius: 68px;
}

/*GRIDS*/
.grid {
    max-width: 1332px;
    margin: auto;
    padding: 32px 16px;
}

.sidebar-title {
    color: #000;
    font-family:iransans;
    margin: 0 0 8px;
    font-size: 21px;
    text-align: right;
    font-weight: 800;
}
.grid__item- {
    margin-top: 23px;
}
.grid__item- a {
    width: auto;
}
.blog-section {
    border-bottom: 1px solid #f1f1f1;
    margin: 0 0 24px;
    padding: 0 0 16px;
    display: grid;
    grid-template-columns: 60% calc(40% - 16px);
    grid-gap: 16px;
}

.populars {
    margin: 24px 0;
    display: grid;
    grid-template-columns: repeat(3, calc(33.33% - 11px));
    grid-gap: 16px;
}

/*GRID ITEMS*/
.main-header-blog {
    padding: 26px 20px 0 20px;
    background-image: radial-gradient( circle 1224px at 10.6% 8.8%,rgb(153, 202, 251) 0%, rgb(255, 255, 255) 71.2% );
    margin: 0 auto;
    display: block;
    width: 90%;
    border-radius: 14px;
}
.blog-link{
    display: block;
}
.part-blog {

   margin: -8px auto;
    display: block;
}
.sidebar-list a {
    width: 100%;
}
.main-header-blog .blog-img {
    width: 100%;
    height: 232px;
    border-radius: 14px;
}
.main-header-blog .blog-item-title {
    font-size: 20px;
    line-height: 1.3;
    width: 100%;
    text-align: center;
}
.blog-date {font-size: 12px;margin-top: 13px;
    color: #ed1e79;}
.populars-list .blog-img {
    width: 100%;
    height: 168px;
    border-radius: 14px;

}

.sidebar-list {
    border-top: 1px dotted #f1f1f1;
    margin: 0 0 8px;
    /*display: grid;*/
    /*grid-template-columns: calc(80% - 16px) 20%;*/
    grid-gap: 16px;
}
.sidebar-list:nth-of-type(odd) {
    border-bottom: none;
}
.sidebar-list div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sidebar-list .blog-description {
    font-size: 14px;
}
.sidebar-list .blog-date {
    font-size: 11px;
}
.sidebar-list .blog-img {
    width: 100%;
    height: 104px;
    border-radius: 14px;
}
.populars-list{
    transition: all 1s;
    padding: 8px;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 24px;
}
.populars-list:hover {
    -webkit-box-shadow: 18px 31px 35px 3px rgba(0,0,0,0.75);
    -moz-box-shadow: 18px 31px 35px 3px rgba(0,0,0,0.75);
    box-shadow: 18px 31px 35px 3px rgba(0,0,0,0.75);
}

/*...Grid item contents...*/
.blog-img {
    background: #ccc;
    object-fit: cover;
}
.grid__item- a {
    width: auto;
}
.blog-description {
    color: #423737;
    font-family: iransansdn;
    text-transform: uppercase;
    margin: 16px 0 0;
    font-size: 17px;
    text-align: justify;
}

.blog-item-title {
    color: #000;
    line-height: 1.3;
    margin: 16px 0;
    text-align: right;
    font-size: 17px;
}
.grid__item__ad a{
    text-align: right !important;
    font-size: 15px !important;
    display: block;
}

.blog-popular-description {
    color: #2371B7;
    font-size: 15px;
    font-family: iransansdn;
    margin: 0 0 16px;
    padding: 20px;
    line-height: 1.8em;
    text-align: justify;
}

/*FORMS*/
.form {
    border: none;
    display: block;
}

.website-introduce {
    font-size: 16px;
    font-family: iransans;
    color: #000;
    margin: 16px 0;
    text-align: right;
}

.form__fields {
    display: grid !important;
    grid-template-columns: 75% 25%;
}

.form__input {
    border: 1px solid #f1f1f1;
    width: calc(100% - 4px);
    height: 24px;
    text-indent: 4px;
}

.form__submit {
    background: #545454;
    color: #fff;
    border: none;
    padding: 6px 16px;
    cursor: pointer;
}

/*RESPONSIVE*/
@media screen and (max-width: 740px) {
    /*..Nav..*/
    .nav__page {
        box-sizing: border-box;
        padding: 0 16px;
        width: 100%;
        overflow-x: scroll;
    }

    .nav__page__link:last-of-type {
        padding: 0 16px 0 0;
    }

    /*..Grid..*/
    .blog-section, .populars {
        grid-template-columns: 1fr;
    }

    /*..Grid Items..*/
    .main-header-blog {
        border: none;
        padding: 0;
    }
    .main-header-blog .blog-item-title {
        width: 100%;
    }

    .populars-list {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .populars-list .blog-img {
        height: 232px;
    }

    .sidebar-list {
        grid-template-columns: calc(75% - 16px) 25%;
        padding: 16px 0;
    }
    .sidebar-list .blog-img {
        height: 88px;
    }

    /*..Form..*/
    .form {
        padding: 8px 0;
    }

    .form__submit {
        padding: 6px 0;
    }
}
/* Scrollbar style for Chrome */
/*..Track..*/
::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

/*..Thumb..*/
::-webkit-scrollbar-thumb {
    background: #545454;
    border-radius: 8px;
    width: 16px;
}

::-webkit-scrollbar:vertical {
    display: none;
    background: transparent;
}
/*earth rounding*/
.reel {
    width: 145px;
    padding: 10px 0 0 0;
    display: block;
    -webkit-animation: spin 10s linear infinite;
    -moz-animation: spin 10s linear infinite;
    animation: spin 10s linear infinite;
    margin: 0 auto;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }

@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }

@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
.sidebar{
    background-image:radial-gradient( circle 1023px at 3.1% 6.9%, rgb(255, 255, 255) 0%, rgb(221, 96, 219) 74.9% );
    padding:38px;
    border-radius: 14px;
}
/*single page blog*/
.blogContent{
    line-height: 39px;
    padding: 60px;
    direction: rtl;
    margin-bottom: 31px;
   text-align: justify;
    font-family: iransansdn;
    background: #f3f3f3;
}
.sidebarad a {
    line-height: 37px !important;
}

.sidebarad {
    /*width: 70%;*/
    position: sticky;
    top: 114px;
    text-align: center;
    margin: 0 20px 40px 37px;padding: 6px 0 37px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 800 800'%3E%3Cdefs%3E%3CradialGradient id='a' cx='400' cy='400' r='50%25' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%230EF'/%3E%3C/radialGradient%3E%3CradialGradient id='b' cx='400' cy='400' r='70%25' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%230FF'/%3E%3C/radialGradient%3E%3C/defs%3E%3Crect fill='url(%23a)' width='800' height='800'/%3E%3Cg fill-opacity='.8'%3E%3Cpath fill='url(%23b)' d='M998.7 439.2c1.7-26.5 1.7-52.7 0.1-78.5L401 399.9c0 0 0-0.1 0-0.1l587.6-116.9c-5.1-25.9-11.9-51.2-20.3-75.8L400.9 399.7c0 0 0-0.1 0-0.1l537.3-265c-11.6-23.5-24.8-46.2-39.3-67.9L400.8 399.5c0 0 0-0.1-0.1-0.1l450.4-395c-17.3-19.7-35.8-38.2-55.5-55.5l-395 450.4c0 0-0.1 0-0.1-0.1L733.4-99c-21.7-14.5-44.4-27.6-68-39.3l-265 537.4c0 0-0.1 0-0.1 0l192.6-567.4c-24.6-8.3-49.9-15.1-75.8-20.2L400.2 399c0 0-0.1 0-0.1 0l39.2-597.7c-26.5-1.7-52.7-1.7-78.5-0.1L399.9 399c0 0-0.1 0-0.1 0L282.9-188.6c-25.9 5.1-51.2 11.9-75.8 20.3l192.6 567.4c0 0-0.1 0-0.1 0l-265-537.3c-23.5 11.6-46.2 24.8-67.9 39.3l332.8 498.1c0 0-0.1 0-0.1 0.1L4.4-51.1C-15.3-33.9-33.8-15.3-51.1 4.4l450.4 395c0 0 0 0.1-0.1 0.1L-99 66.6c-14.5 21.7-27.6 44.4-39.3 68l537.4 265c0 0 0 0.1 0 0.1l-567.4-192.6c-8.3 24.6-15.1 49.9-20.2 75.8L399 399.8c0 0 0 0.1 0 0.1l-597.7-39.2c-1.7 26.5-1.7 52.7-0.1 78.5L399 400.1c0 0 0 0.1 0 0.1l-587.6 116.9c5.1 25.9 11.9 51.2 20.3 75.8l567.4-192.6c0 0 0 0.1 0 0.1l-537.3 265c11.6 23.5 24.8 46.2 39.3 67.9l498.1-332.8c0 0 0 0.1 0.1 0.1l-450.4 395c17.3 19.7 35.8 38.2 55.5 55.5l395-450.4c0 0 0.1 0 0.1 0.1L66.6 899c21.7 14.5 44.4 27.6 68 39.3l265-537.4c0 0 0.1 0 0.1 0L207.1 968.3c24.6 8.3 49.9 15.1 75.8 20.2L399.8 401c0 0 0.1 0 0.1 0l-39.2 597.7c26.5 1.7 52.7 1.7 78.5 0.1L400.1 401c0 0 0.1 0 0.1 0l116.9 587.6c25.9-5.1 51.2-11.9 75.8-20.3L400.3 400.9c0 0 0.1 0 0.1 0l265 537.3c23.5-11.6 46.2-24.8 67.9-39.3L400.5 400.8c0 0 0.1 0 0.1-0.1l395 450.4c19.7-17.3 38.2-35.8 55.5-55.5l-450.4-395c0 0 0-0.1 0.1-0.1L899 733.4c14.5-21.7 27.6-44.4 39.3-68l-537.4-265c0 0 0-0.1 0-0.1l567.4 192.6c8.3-24.6 15.1-49.9 20.2-75.8L401 400.2c0 0 0-0.1 0-0.1L998.7 439.2z'/%3E%3C/g%3E%3C/svg%3E");
    background-attachment: fixed;
    background-size: cover;
    border-radius: 14px;
}
.sidebarad-title {
    font-size: 23px;
    margin-top: 56px;
}
.custom-title{
    width: 63%!important;
    margin: 37px auto!important;
    border-radius: 21%!important;
}
.blog-content-title {
    font-size: 30px;
    margin-bottom: 39px;
    background: pink;
    padding: 15px;
    text-align: center;
}
.tags {
    list-style: none;
    margin-bottom: 48px;
    padding: 9px;
}
.tag {
    font-size: 13px;
}
.tags a, .tags i {
    color: #fff;
}
#similar a {
    color: #000;
}
.tags li {
    padding: 4px;
    border-right-radius-bottom: 40px;
    border-radius: 8px;
    background-image: radial-gradient( circle farthest-corner at 50.4% 50.5%, rgb(217, 14, 186) 0%, rgb(211, 21, 163) 90% );
    color: #fff;
    float: right;
    margin-right: 4px;
    margin-top: 4px;
}
/*title box shadown*/
.titleblog *:last-child {
    margin-bottom: 0;
    text-align: center;
    font-size: 1.7rem;
}
.article-tag{
    font-size: 23px;
    padding-top: 29px;
}
.titleblog-4 {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    position: relative;
      width: 100%;
}

.titleblog-content {
    background: none repeat scroll 0 0 #FFFFFF;
    background-color: #f3f3f3;
    padding:25px 55px 1px 55px;
    position: relative;
    z-index: 1;
}
.titleblog-4:after {
    border-radius: 0 0 50% 50% / 0 0 20px 20px;
    bottom: 0;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
    content: "";
    height: 20px;
    left: 10px;
    position: absolute;
    right: 10px;
}
#sidebar-title {
    padding-top: 56px;
    border-bottom: 1px solid #ccc7ae;
    padding-bottom: 15px;
}
.blog-title {
    margin-top: 11px;
    color: #1e3954;
    text-align: right;
    font-size: 1.2em;
}
.sidebar-list a {
    color: #6211ce;
}
@media screen and (max-width:425px) {
    .nav__page__link:last-of-type { padding: 0;}
    .nav__top__link, .nav__page__link {width: 100%; line-height: 51px; float: right;text-align: center;}
    .nav__top__link, .nav__page__link{margin:0;}
    .textwidget ul {padding: 0;}
    .nav__page {display: block}
    .grid {padding: 32px 32px;}
    .blog-description {    font-size: 15px; text-align: right; line-height: 28px;font-weight: bold;}
    .website-introduce {    line-height: 27px;}
    .populars-list .blog-img{    height: auto;}
    .blog-popular-description {line-height: 30px;}
    .title__sub {margin: 10px 90px;}
    h3.sidebar-title strong { font-size: 30px!important; }
    .blogContent {padding: 30px;}

}
p{font-family:iransansdn!important;}
.taglist {
    width: 100%;
    float: right;
    padding-bottom: 36px;
}
.titleblog-content h2 {
    margin-top: 63px;
}
.custom-title img {
    border-radius: 14px;
}