/*
Theme Name: SamaTajari
Theme URI: https://samatajari.com
Author: sina saeed
Author URI: https://viralsho.com
Requires at least: 6.7
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/* Start riset style css */
@import url(./css/__header.css);
@import url(./css/__main.css);
@import url(./css/__login.css);
@import url(./css/__media.css);
@import url(./css/__footer.css);
@font-face {
    font-family: vazir;
    src: url(fonts/Vazir-Medium.woff) format("woff");
	src: url(fonts/Vazir-Medium.woff2) format("woff2");
	src: url(fonts/Vazir-Medium.eot) format("eot");
}
*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
li,ol,ul{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    list-style: none;
}
a{
    text-decoration: none !important;
}
body,html{
    height: 100%;
    width: 100%;
}
.body{
    background-color: black;
    background-image: radial-gradient(circle at center, #834F7E 0%, #151515 85%);
    font-family: vazir;
}
.border-1{
    border-right: 1px solid #E34BD4;
    border-left: 1px solid #E34BD4;
}
.border-2{
    border: 1px solid #E34BD4;
}
.border-3{
    border-bottom:  solid;
    border-image: linear-gradient(to left,rgba(227, 75, 212, 1) 0%,rgba(227, 75, 212, 0) 100% ) 1;
}
.border-4{
    border-bottom: 1px solid #E34BD4;
    border-left: 1px solid #E34BD4;
}
.border-5{
    border-bottom: 1px solid;
        border-image: linear-gradient(
        to right,
        rgba(227, 75, 212, 1) 0%,
        rgba(227, 75, 212, 0) 100%
    ) 1;
}
.opacity{
    opacity: 0.1;
}
.wh{
    width: 270px !important;
}
p{
    margin: 0px !important;
    padding: 0px !important;
}
.post_thumb{
    height: 600px;
    border-radius: 30px;
    width: 1000px;
    margin-top: 40px;
    
}